r15590 - in /trunk/libnet-z3950-perl/debian: changelog control rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Mon Feb 25 11:20:32 UTC 2008


Author: ntyni
Date: Mon Feb 25 11:20:26 2008
New Revision: 15590

URL: http://svn.debian.org/wsvn/?sc=1&rev=15590
Log:
* Switch to my @debian.org email address.
* Fix inter-target dependencies in debian/rules
* Remove commented invocations of debhelper utilities.

Modified:
    trunk/libnet-z3950-perl/debian/changelog
    trunk/libnet-z3950-perl/debian/control
    trunk/libnet-z3950-perl/debian/rules

Modified: trunk/libnet-z3950-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-perl/debian/changelog?rev=15590&op=diff
==============================================================================
--- trunk/libnet-z3950-perl/debian/changelog (original)
+++ trunk/libnet-z3950-perl/debian/changelog Mon Feb 25 11:20:26 2008
@@ -1,12 +1,18 @@
-libnet-z3950-perl (0.51-4) UNRELEASED; urgency=low
+libnet-z3950-perl (0.51-4) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/watch: use dist-based URL.
   * debian/rules: delete /usr/share/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:17 +0200
+  [ Niko Tyni ]
+  * Switch to my @debian.org email address.
+  * Fix inter-target dependencies in debian/rules
+  * Remove commented invocations of debhelper utilities.
+
+ -- Niko Tyni <ntyni at debian.org>  Mon, 25 Feb 2008 13:05:40 +0200
 
 libnet-z3950-perl (0.51-3) unstable; urgency=low
 

Modified: trunk/libnet-z3950-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-perl/debian/control?rev=15590&op=diff
==============================================================================
--- trunk/libnet-z3950-perl/debian/control (original)
+++ trunk/libnet-z3950-perl/debian/control Mon Feb 25 11:20:26 2008
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at iki.fi>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
+ Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at debian.org>
 Build-Depends: debhelper (>= 5.0.0), libyaz2-dev, perl (>= 5.8.0-7), libevent-perl
 Standards-Version: 3.7.2.1
 Homepage: http://search.cpan.org/dist/Net-Z3950/

Modified: trunk/libnet-z3950-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-perl/debian/rules?rev=15590&op=diff
==============================================================================
--- trunk/libnet-z3950-perl/debian/rules (original)
+++ trunk/libnet-z3950-perl/debian/rules Mon Feb 25 11:20:26 2008
@@ -40,7 +40,7 @@
 
 	$(MAKE) -C doc
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -53,8 +53,8 @@
 
 	dh_clean build-stamp install-stamp
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir	
 	dh_testroot 
 	dh_clean -k 
@@ -70,7 +70,7 @@
 	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
 
-	touch install-stamp
+	touch $@
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -82,24 +82,11 @@
 	dh_installchangelogs Changes
 	dh_installdocs
 	dh_installexamples samples/*
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-#	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




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