r10685 - in /trunk/libmail-sendmail-perl/debian: changelog control copyright rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 2 14:09:25 UTC 2007


Author: gregoa-guest
Date: Sun Dec  2 14:09:25 2007
New Revision: 10685

URL: http://svn.debian.org/wsvn/?sc=1&rev=10685
Log:
* Set Standards-Version to 3.7.2 (no changes needed).
* debian/rules:
  - don't install empty /usr/lib/perl5 directory
  - remove OPTIMIZE variable, we don't compile anything
  - remove unneeded call to dh_strip
  - install upstream changelog
* Convert debian/copyright to UTF-8.

Modified:
    trunk/libmail-sendmail-perl/debian/changelog
    trunk/libmail-sendmail-perl/debian/control
    trunk/libmail-sendmail-perl/debian/copyright
    trunk/libmail-sendmail-perl/debian/rules

Modified: trunk/libmail-sendmail-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-sendmail-perl/debian/changelog?rev=10685&op=diff
==============================================================================
--- trunk/libmail-sendmail-perl/debian/changelog (original)
+++ trunk/libmail-sendmail-perl/debian/changelog Sun Dec  2 14:09:25 2007
@@ -3,6 +3,13 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Set Standards-Version to 3.7.2 (no changes needed).
+  * debian/rules:
+    - don't install empty /usr/lib/perl5 directory
+    - remove OPTIMIZE variable, we don't compile anything
+    - remove unneeded call to dh_strip
+    - install upstream changelog
+  * Convert debian/copyright to UTF-8.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:16 +0200
 

Modified: trunk/libmail-sendmail-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmail-sendmail-perl/debian/control?rev=10685&op=diff
==============================================================================
--- trunk/libmail-sendmail-perl/debian/control (original)
+++ trunk/libmail-sendmail-perl/debian/control Sun Dec  2 14:09:25 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, Niko Tyni <ntyni at iki.fi>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Mail-Sendmail/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-sendmail-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-sendmail-perl/

Modified: trunk/libmail-sendmail-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmail-sendmail-perl/debian/copyright?rev=10685&op=diff
==============================================================================
--- trunk/libmail-sendmail-perl/debian/copyright (original)
+++ trunk/libmail-sendmail-perl/debian/copyright Sun Dec  2 14:09:25 2007
@@ -8,7 +8,7 @@
 
 COPYRIGHT
 
-© Milivoj Ivkovic mi at alma.ch or ivkovic at csi.com
+© Milivoj Ivkovic mi at alma.ch or ivkovic at csi.com
 
 You can use it freely. (Someone complained this is too vague. So, more
 precisely: do whatever you want with it, but be warned that terrible

Modified: trunk/libmail-sendmail-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-sendmail-perl/debian/rules?rev=10685&op=diff
==============================================================================
--- trunk/libmail-sendmail-perl/debian/rules (original)
+++ trunk/libmail-sendmail-perl/debian/rules Sun Dec  2 14:09:25 2007
@@ -8,7 +8,7 @@
 build-stamp:
 	dh_testdir
 	perl Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)  OPTIMIZE="-O2 -g -Wall" all
+	$(MAKE)
 #	-$(MAKE) test
 	touch build-stamp
 
@@ -30,9 +30,10 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) PREFIX=$(tempdir)/usr install
+	rmdir --parents --ignore-fail-on-non-empty $(tempdir)/usr/lib/perl5
 	dh_installdocs
 	dh_installman
-	dh_installchangelogs
+	dh_installchangelogs Changes
 	touch install-stamp
 
 binary-indep: build install
@@ -40,7 +41,6 @@
 binary-arch: build install
 	dh_testdir
 	dh_compress
-	dh_strip
 	dh_fixperms
 	dh_perl
 	dh_shlibdeps




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