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

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Sun Jan 6 17:37:53 UTC 2008


Author: ghostbar-guest
Date: Sun Jan  6 17:37:52 2008
New Revision: 12131

URL: http://svn.debian.org/wsvn/?sc=1&rev=12131
Log:
debian/control: standards-version updated, perl version in build-depend updated to >= 5.8
debian/rules: touch *-stamp changed to touch $@, commented out dh_installexamples since isn't needed.

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=12131&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/debian/changelog (original)
+++ trunk/libauthen-tacacsplus-perl/debian/changelog Sun Jan  6 17:37:52 2008
@@ -1,9 +1,17 @@
 libauthen-tacacsplus-perl (0.17-1) UNRELEASED; urgency=low
 
+  [ Michael Shuler ]
   * Initial Release. (Closes: #443263)
   * Updated debian/copyright to include pointer to perl license
   * Moved perl to Build-Depends-Indep: perl (>= 5.6.1)
   * Set Build-Depends: debhelper (>= 4.0.2)
 
+  [ Jose Luis Rivas ]
+  * debian/control: 
+   + Updated Standards-Version to 3.7.3.
+   + Build-Depends on perl updated to >= 5.8
+  * debian/rules: 
+   + Changed `touch *-stamp' for `touch $@'.
+   + Commented dh_installexamples since isn't used.
+
  -- Michael Shuler <michael at pbandjelly.org>  Sun,  6 Jan 2008 09:28:22 -0600
-

Modified: trunk/libauthen-tacacsplus-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libauthen-tacacsplus-perl/debian/control?rev=12131&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/debian/control (original)
+++ trunk/libauthen-tacacsplus-perl/debian/control Sun Jan  6 17:37:52 2008
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.6.1)
+Build-Depends-Indep: perl (>= 5.8)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.7.2
+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/
 Vcs-Browser: http://svn.debian.org/wsvn/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=12131&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/debian/rules (original)
+++ trunk/libauthen-tacacsplus-perl/debian/rules Sun Jan  6 17:37:52 2008
@@ -36,15 +36,13 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp
@@ -62,7 +60,7 @@
 	# the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 
-	touch install-stamp
+	touch $@
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -73,7 +71,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
-	dh_installexamples 
+#	dh_installexamples 
 #	dh_installmenu
 #	dh_installcron
 #	dh_installman




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