r4103 - in /packages/libobject-signature-perl/trunk/debian: changelog compat control rules

sukria at users.alioth.debian.org sukria at users.alioth.debian.org
Mon Oct 9 10:10:59 UTC 2006


Author: sukria
Date: Mon Oct  9 10:10:58 2006
New Revision: 4103

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4103
Log:
Review done, couple of minor changes.
Package ready for an upload.

Modified:
    packages/libobject-signature-perl/trunk/debian/changelog
    packages/libobject-signature-perl/trunk/debian/compat
    packages/libobject-signature-perl/trunk/debian/control
    packages/libobject-signature-perl/trunk/debian/rules

Modified: packages/libobject-signature-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libobject-signature-perl/trunk/debian/changelog?rev=4103&op=diff
==============================================================================
--- packages/libobject-signature-perl/trunk/debian/changelog (original)
+++ packages/libobject-signature-perl/trunk/debian/changelog Mon Oct  9 10:10:58 2006
@@ -1,10 +1,18 @@
 libobject-signature-perl (1.05-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * Set environment variable AUTOMATED_TESTING in debian/rules to activate all tests
     at build time.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  8 Oct 2006 18:43:14 +0200
+  [ Alexis Sukrieh ]
+  * Uses debhelper level 5
+    + debian/compat set to 5.
+    + Build-Depends to debhelper (>= 5).
+  * Dropped some unused and commented debhelper calls in debian/rules.
+  * Removed the dh-make-perl default header in debian/rules comments.
+
+ -- Alexis Sukrieh <sukria at debian.org>  Mon,  9 Oct 2006 12:09:13 +0200
 
 libobject-signature-perl (1.04-1) unstable; urgency=low
 

Modified: packages/libobject-signature-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libobject-signature-perl/trunk/debian/compat?rev=4103&op=diff
==============================================================================
--- packages/libobject-signature-perl/trunk/debian/compat (original)
+++ packages/libobject-signature-perl/trunk/debian/compat Mon Oct  9 10:10:58 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libobject-signature-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libobject-signature-perl/trunk/debian/control?rev=4103&op=diff
==============================================================================
--- packages/libobject-signature-perl/trunk/debian/control (original)
+++ packages/libobject-signature-perl/trunk/debian/control Mon Oct  9 10:10:58 2006
@@ -1,10 +1,10 @@
 Source: libobject-signature-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Alexis Sukrieh <sukria at debian.org>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/packages/libobject-signature-perl/trunk/
 

Modified: packages/libobject-signature-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libobject-signature-perl/trunk/debian/rules?rev=4103&op=diff
==============================================================================
--- packages/libobject-signature-perl/trunk/debian/rules (original)
+++ packages/libobject-signature-perl/trunk/debian/rules Mon Oct  9 10:10:58 2006
@@ -1,8 +1,5 @@
 #!/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.
+# debian/rules made from dh-make-perl and manually edited.
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -45,7 +42,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl




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