r36095 - in /trunk/libnet-imap-client-perl/debian: changelog compat control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 21 23:14:06 UTC 2009


Author: gregoa
Date: Thu May 21 23:14:02 2009
New Revision: 36095

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36095
Log:
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* Don't install README anymore.

Modified:
    trunk/libnet-imap-client-perl/debian/changelog
    trunk/libnet-imap-client-perl/debian/compat
    trunk/libnet-imap-client-perl/debian/control
    trunk/libnet-imap-client-perl/debian/rules

Modified: trunk/libnet-imap-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/changelog?rev=36095&op=diff
==============================================================================
--- trunk/libnet-imap-client-perl/debian/changelog (original)
+++ trunk/libnet-imap-client-perl/debian/changelog Thu May 21 23:14:02 2009
@@ -1,10 +1,16 @@
 libnet-imap-client-perl (0.93-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
     -> New feature to display show server namespaces (per RFC2342)
   * Added /me to uploaders
   * Cleaned up long description to remove some less relevant stuff
   * Converted copyright to machine-readable format
+
+  [ gregor herrmann ]
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * Don't install README anymore.
 
  -- Jonathan Yu <frequency at cpan.org>  Wed, 20 May 2009 00:29:56 -0400
 

Modified: trunk/libnet-imap-client-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/compat?rev=36095&op=diff
==============================================================================
--- trunk/libnet-imap-client-perl/debian/compat (original)
+++ trunk/libnet-imap-client-perl/debian/compat Thu May 21 23:14:02 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libnet-imap-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/control?rev=36095&op=diff
==============================================================================
--- trunk/libnet-imap-client-perl/debian/control (original)
+++ trunk/libnet-imap-client-perl/debian/control Thu May 21 23:14:02 2009
@@ -1,7 +1,7 @@
 Source: libnet-imap-client-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.10-12), libio-socket-ssl-perl, liblist-moreutils-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christoph Berg <myon at debian.org>, Jonathan Yu <frequency at cpan.org>

Modified: trunk/libnet-imap-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-client-perl/debian/rules?rev=36095&op=diff
==============================================================================
--- trunk/libnet-imap-client-perl/debian/rules (original)
+++ trunk/libnet-imap-client-perl/debian/rules Thu May 21 23:14:02 2009
@@ -1,56 +1,4 @@
 #!/usr/bin/make -f
 
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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