r13981 - in /trunk/libuuid-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Feb 1 16:50:19 UTC 2008


Author: gregoa-guest
Date: Fri Feb  1 16:50:18 2008
New Revision: 13981

URL: http://svn.debian.org/wsvn/?sc=1&rev=13981
Log:
Install upstream changelog.

Modified:
    trunk/libuuid-perl/debian/changelog
    trunk/libuuid-perl/debian/rules

Modified: trunk/libuuid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libuuid-perl/debian/changelog?rev=13981&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/changelog (original)
+++ trunk/libuuid-perl/debian/changelog Fri Feb  1 16:50:18 2008
@@ -4,8 +4,9 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Fix removal of /usr/share/perl5 in debian/rules (closes: #463440).
+  * Install upstream changelog.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 01 Feb 2008 17:40:09 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 01 Feb 2008 17:49:51 +0100
 
 libuuid-perl (0.02-2) unstable; urgency=low
 

Modified: trunk/libuuid-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libuuid-perl/debian/rules?rev=13981&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/rules (original)
+++ trunk/libuuid-perl/debian/rules Fri Feb  1 16:50:18 2008
@@ -52,13 +52,15 @@
 		       debian/$(package)/DEBIAN
 	$(INSTALL_FILE) debian/copyright debian/$(package)/usr/share/doc/$(package)/copyright
 	$(INSTALL_FILE) debian/changelog debian/$(package)/usr/share/doc/$(package)/changelog.Debian
+	$(INSTALL_FILE) Changes debian/$(package)/usr/share/doc/$(package)/changelog
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/$(package)/usr/lib/perl5/auto/UUID/UUID.so
 endif
 	chmod 644 $(CURDIR)/debian/$(package)/usr/share/man/man3/UUID.3pm \
 		$(CURDIR)/debian/$(package)/usr/share/doc/$(package)/changelog.Debian
 	gzip -9f $(CURDIR)/debian/$(package)/usr/share/man/man3/UUID.3pm \
-		$(CURDIR)/debian/$(package)/usr/share/doc/$(package)/changelog.Debian
+		$(CURDIR)/debian/$(package)/usr/share/doc/$(package)/changelog.Debian \
+		$(CURDIR)/debian/$(package)/usr/share/doc/$(package)/changelog
 	echo $$(perl -MConfig -e 'printf "perl:Depends=perlapi-%s", $$Config{version}'), perl '(>=' $$(dpkg -s perl | awk '/^Version:/ {print $$2}')')' > debian/$(package).substvars
 	dpkg-shlibdeps -Tdebian/$(package).substvars debian/$(package)/usr/lib/perl5/auto/UUID/UUID.so
 




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