r26633 - in /trunk/libsearch-xapian-perl/debian: changelog compat control libsearch-xapian-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Nov 3 23:00:54 UTC 2008


Author: gregoa
Date: Mon Nov  3 23:00:50 2008
New Revision: 26633

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26633
Log:
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/control: change my email address.

Added:
    trunk/libsearch-xapian-perl/debian/libsearch-xapian-perl.examples
Modified:
    trunk/libsearch-xapian-perl/debian/changelog
    trunk/libsearch-xapian-perl/debian/compat
    trunk/libsearch-xapian-perl/debian/control
    trunk/libsearch-xapian-perl/debian/rules

Modified: trunk/libsearch-xapian-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/changelog?rev=26633&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/changelog (original)
+++ trunk/libsearch-xapian-perl/debian/changelog Mon Nov  3 23:00:50 2008
@@ -10,6 +10,9 @@
   [ gregor herrmann ]
   * debian/copyright: attribute copyright for the packaging to members of the
     Debian Perl Group instead of to the group as a whole.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/control: change my email address.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 02 Nov 2008 02:56:27 -0430
 

Modified: trunk/libsearch-xapian-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/compat?rev=26633&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/compat (original)
+++ trunk/libsearch-xapian-perl/debian/compat Mon Nov  3 23:00:50 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libsearch-xapian-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/control?rev=26633&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/control (original)
+++ trunk/libsearch-xapian-perl/debian/control Mon Nov  3 23:00:50 2008
@@ -1,13 +1,13 @@
 Source: libsearch-xapian-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), perl (>= 5.8.0-7), libtest-pod-perl,
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libtest-pod-perl,
  libtest-pod-coverage-perl, libxapian-dev (>= 1.0.7), quilt (>= 0.40)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Frank Lichtenheld <djpig at debian.org>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>,
+ gregor herrmann <gregoa at debian.org>,
  Jose Luis Rivas <ghostbar38 at gmail.com>
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsearch-xapian-perl/

Added: trunk/libsearch-xapian-perl/debian/libsearch-xapian-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/libsearch-xapian-perl.examples?rev=26633&op=file
==============================================================================
--- trunk/libsearch-xapian-perl/debian/libsearch-xapian-perl.examples (added)
+++ trunk/libsearch-xapian-perl/debian/libsearch-xapian-perl.examples Mon Nov  3 23:00:50 2008
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libsearch-xapian-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/rules?rev=26633&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/rules (original)
+++ trunk/libsearch-xapian-perl/debian/rules Mon Nov  3 23:00:50 2008
@@ -1,66 +1,25 @@
 #!/usr/bin/make -f
-
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
 include /usr/share/quilt/quilt.make
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	TEST_POD=1 $(MAKE) test
-
+	TEST_POD=1 dh build
 	touch $@
 
 clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	if [ -f Makefile ]; then $(MAKE) distclean; fi
-	rm -fr testdb testdb-exception
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --verbose --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
-
+	dh install
 	touch $@
 
+binary-arch: install
+	dh $@
+
 binary-indep:
-# We have nothing to do by default.
 
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples examples/simplesearch.pl
-	dh_perl
-	dh_installchangelogs Changes
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: binary binary-arch binary-indep install clean build




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