r8353 - in /trunk/libconfig-file-perl/debian: changelog control rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Fri Oct 19 20:36:46 UTC 2007


Author: hanska-guest
Date: Fri Oct 19 20:36:46 2007
New Revision: 8353

URL: http://svn.debian.org/wsvn/?sc=1&rev=8353
Log:
Seems ready for upload, testing it now

Modified:
    trunk/libconfig-file-perl/debian/changelog
    trunk/libconfig-file-perl/debian/control
    trunk/libconfig-file-perl/debian/rules
    trunk/libconfig-file-perl/debian/watch

Modified: trunk/libconfig-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/changelog?rev=8353&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/changelog (original)
+++ trunk/libconfig-file-perl/debian/changelog Fri Oct 19 20:36:46 2007
@@ -1,16 +1,17 @@
 libconfig-file-perl (1.41-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
-
- -- David Paleino <d.paleino at gmail.com>  Fri, 19 Oct 2007 22:26:01 +0200
-
-libconfig-file-perl (1.4-3) UNRELEASED; 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.
+  
+  [ David Paleino ]
+  * New upstream release
+  * debian/control: added myself to Uploaders (and wrapping the field)
+  * debian/watch updated to version 3 (using new regex as well)
+  * debian/rules beautified (comments removed, ...)
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:18 +0200
+ -- David Paleino <d.paleino at gmail.com>  Fri, 19 Oct 2007 22:26:01 +0200
 
 libconfig-file-perl (1.4-2) unstable; urgency=low
 

Modified: trunk/libconfig-file-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/control?rev=8353&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/control (original)
+++ trunk/libconfig-file-perl/debian/control Fri Oct 19 20:36:46 2007
@@ -4,7 +4,8 @@
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.8-6)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> 
-Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>,
+ David Paleino <d.paleino at gmail.com>
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Config-File/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-file-perl/

Modified: trunk/libconfig-file-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/rules?rev=8353&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/rules (original)
+++ trunk/libconfig-file-perl/debian/rules Fri Oct 19 20:36:46 2007
@@ -23,19 +23,17 @@
 build-stamp:
 	dh_testdir
 
-	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) 
 	$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
 
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean
@@ -46,34 +44,20 @@
 	dh_clean -k
 	dh_installdirs
 
-	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install PREFIX=$(TMP)/usr
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
-
-# Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 	dh_installdocs 
-	dh_installexamples
-	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
-	dh_installcron
 	dh_installman
-#	dh_undocumented
 	dh_installchangelogs 
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
 	dh_perl 
 	dh_shlibdeps

Modified: trunk/libconfig-file-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/watch?rev=8353&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/watch (original)
+++ trunk/libconfig-file-perl/debian/watch Fri Oct 19 20:36:46 2007
@@ -1,3 +1,3 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/Config/Config-File-(.*).(tar.gz|tar|tgz)
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Config-File/ .*/Config-File-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




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