[SCM] Debian packaging of Text-BibTeX CPAN distribution branch, master, updated. upstream/0.62-29-ge8540b0

David Bremner bremner at debian.org
Sun Mar 4 01:10:34 UTC 2012


The following commit has been merged in the master branch:
commit b0587afba3e1f41310aa9d72b7d69984ac58c17e
Author: David Bremner <bremner at debian.org>
Date:   Sat Mar 3 13:15:21 2012 -0400

    give up trying to use system btparse

diff --git a/debian/control b/debian/control
index 29a1cf1..5404e02 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: libtext-bibtex-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8), perl,
- libbtparse-dev,
  libcapture-tiny-perl,
  libconfig-autoconf-perl,
  libextutils-libbuilder-perl,
diff --git a/debian/patches/series b/debian/patches/series
index d3f12d0..ebfe789 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-use_libbtparse-dev.diff
 fix_spelling_errors.diff
 right_path_perl.diff
diff --git a/debian/rules b/debian/rules
index a106f51..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,13 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_clean:
-	dh_auto_clean
-	$(RM) -r $(CURDIR)/btparse
-
-override_dh_auto_test:
-	mkdir -p -m0755 $(CURDIR)/btparse/tests/
-	$(RM) $(CURDIR)/btparse/tests/data
-	ln -s ../../debian/test-data btparse/tests/data
-	dh_auto_test

-- 
Debian packaging of Text-BibTeX CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list