r73173 - in /trunk/libapp-cli-perl/debian: changelog rules

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sat Apr 23 11:19:34 UTC 2011


Author: carnil
Date: Sat Apr 23 11:19:00 2011
New Revision: 73173

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73173
Log:
releasing version 0.313-1

Modified:
    trunk/libapp-cli-perl/debian/changelog
    trunk/libapp-cli-perl/debian/rules

Modified: trunk/libapp-cli-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/changelog?rev=73173&op=diff
==============================================================================
--- trunk/libapp-cli-perl/debian/changelog (original)
+++ trunk/libapp-cli-perl/debian/changelog Sat Apr 23 11:19:00 2011
@@ -1,4 +1,4 @@
-libapp-cli-perl (0.313-1) UNRELEASED; urgency=low
+libapp-cli-perl (0.313-1) unstable; urgency=low
 
   * New upstream release
   * New maintainer (Closes: #620668)
@@ -29,7 +29,7 @@
   * Add fix-typo-in-manpage.patch to fix a typo in App::CLI's manpage
   * Bump Standards-Version to 3.9.2.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 23 Apr 2011 13:13:10 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 23 Apr 2011 13:16:04 +0200
 
 libapp-cli-perl (0.08-0+nmu1) unstable; urgency=low
 

Modified: trunk/libapp-cli-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/rules?rev=73173&op=diff
==============================================================================
--- trunk/libapp-cli-perl/debian/rules (original)
+++ trunk/libapp-cli-perl/debian/rules Sat Apr 23 11:19:00 2011
@@ -1,8 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
 override_dh_auto_install:
 	dh_auto_install
-	rm $(TMP)/usr/share/man/man3/App::CLI::Helper.3pm.gz
+	rm $(TMP)/usr/share/man/man3/App::CLI::Helper.3pm




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