r15617 - in /trunk/libauthen-tacacsplus-perl/debian: changelog control rules

mshuler-guest at users.alioth.debian.org mshuler-guest at users.alioth.debian.org
Tue Feb 26 00:18:51 UTC 2008


Author: mshuler-guest
Date: Tue Feb 26 00:18:50 2008
New Revision: 15617

URL: http://svn.debian.org/wsvn/?sc=1&rev=15617
Log:
debian/rules: removed unnecessary commented dh_* lines
debian/control: added myself to Uploaders ("to show [I] feel responsible for the package")  :)

Modified:
    trunk/libauthen-tacacsplus-perl/debian/changelog
    trunk/libauthen-tacacsplus-perl/debian/control
    trunk/libauthen-tacacsplus-perl/debian/rules

Modified: trunk/libauthen-tacacsplus-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libauthen-tacacsplus-perl/debian/changelog?rev=15617&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/debian/changelog (original)
+++ trunk/libauthen-tacacsplus-perl/debian/changelog Tue Feb 26 00:18:50 2008
@@ -1,3 +1,12 @@
+libauthen-tacacsplus-perl (0.17-2) unstable; urgency=low
+
+  * debian/rules:
+    removed unnecessary commented dh_* lines
+  * debian/control:
+    added myself to Uploaders
+
+ -- Michael Shuler <michael at pbandjelly.org>  Mon, 25 Feb 2008 18:07:23 -0600
+
 libauthen-tacacsplus-perl (0.17-1) unstable; urgency=low
 
   * Initial Release (packaged by Michael Shuler). (Closes: #443263)

Modified: trunk/libauthen-tacacsplus-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libauthen-tacacsplus-perl/debian/control?rev=15617&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/debian/control (original)
+++ trunk/libauthen-tacacsplus-perl/debian/control Tue Feb 26 00:18:50 2008
@@ -3,6 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 6), perl (>= 5.8)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Shuler <michael at pbandjelly.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Authen-TacacsPlus/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-tacacsplus-perl/

Modified: trunk/libauthen-tacacsplus-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libauthen-tacacsplus-perl/debian/rules?rev=15617&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/debian/rules (original)
+++ trunk/libauthen-tacacsplus-perl/debian/rules Tue Feb 26 00:18:50 2008
@@ -52,7 +52,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	#$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture dependent package, we are not
@@ -71,10 +70,6 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
-#	dh_installexamples 
-#	dh_installmenu
-#	dh_installcron
-#	dh_installman
 	dh_installchangelogs Changes
 	dh_link
 	dh_strip




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