r16496 - in /trunk/libconfig-auto-perl/debian: changelog control copyright rules watch

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Tue Mar 4 22:40:59 UTC 2008


Author: rmayorga-guest
Date: Tue Mar  4 22:40:58 2008
New Revision: 16496

URL: http://svn.debian.org/wsvn/?sc=1&rev=16496
Log:
* debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467735)
* debian/control
  + change priority from extra to optional, this match the Override
  + Wrap long fields
  + Add myslef to uploaders
  + Set standards-version to 3.7.3 ( No changes needed )
* debian/rules
  + remove CFLAGS and OPTIMIZE, this package is arch:all
  + move test suites from install to build-target
  + de-ignore output from Make distclean
  + Use $@ when touch -stamp files
  + remove unused dh_ calls
  + Don't install README File, it has almost the same info from PODs
* debian/copyright: Add Upstream URL
* Improve debian/watch

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

Modified: trunk/libconfig-auto-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconfig-auto-perl/debian/changelog?rev=16496&op=diff
==============================================================================
--- trunk/libconfig-auto-perl/debian/changelog (original)
+++ trunk/libconfig-auto-perl/debian/changelog Tue Mar  4 22:40:58 2008
@@ -1,11 +1,28 @@
-libconfig-auto-perl (0.20-2) UNRELEASED; urgency=low
+libconfig-auto-perl (0.20-2) unstable; 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.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467735)
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:16 +0200
+  [ Rene Mayorga ]
+  * debian/control
+    + change priority from extra to optional, this match the Override
+    + Wrap long fields
+    + Add myslef to uploaders
+    + Set standards-version to 3.7.3 ( No changes needed )
+  * debian/rules
+    + remove CFLAGS and OPTIMIZE, this package is arch:all
+    + move test suites from install to build-target
+    + de-ignore output from Make distclean
+    + Use $@ when touch -stamp files
+    + remove unused dh_ calls
+    + Don't install README File, it has almost the same info from PODs
+  * debian/copyright: Add Upstream URL
+  * Improve debian/watch
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 04 Mar 2008 16:20:17 -0600
 
 libconfig-auto-perl (0.20-1) unstable; urgency=low
 

Modified: trunk/libconfig-auto-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libconfig-auto-perl/debian/control?rev=16496&op=diff
==============================================================================
--- trunk/libconfig-auto-perl/debian/control (original)
+++ trunk/libconfig-auto-perl/debian/control Tue Mar  4 22:40:58 2008
@@ -1,18 +1,25 @@
 Source: libconfig-auto-perl
 Section: perl
-Priority: extra
+Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.0-7), libconfig-inifiles-perl, libxml-simple-perl, libtest-pod-perl (>= 1.14-1), libyaml-perl (>= 0.57-2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libconfig-inifiles-perl, 
+ libxml-simple-perl, libtest-pod-perl (>= 1.14), 
+ libyaml-perl (>= 0.57)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Marc 'HE' Brockschmidt <he at debian.org>, Niko Tyni <ntyni at iki.fi>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
-Standards-Version: 3.7.2
+Uploaders: Marc 'HE' Brockschmidt <he at debian.org>, Niko Tyni <ntyni at iki.fi>,
+ Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, 
+ gregor herrmann <gregor+debian at comodo.priv.at>, 
+ Carlo Segre <segre at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Config-Auto/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-auto-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-auto-perl/
 
 Package: libconfig-auto-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libconfig-inifiles-perl, libxml-simple-perl,  libyaml-perl (>= 0.57-2)
+Depends: ${perl:Depends}, ${misc:Depends}, 
+ libconfig-inifiles-perl, libxml-simple-perl, 
+ libyaml-perl (>= 0.57-2)
 Description: Magical config file parser
  libconfig-auto-perl allows developers to parse config files without
  needing to specify the format of the file (though they can do it).

Modified: trunk/libconfig-auto-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libconfig-auto-perl/debian/copyright?rev=16496&op=diff
==============================================================================
--- trunk/libconfig-auto-perl/debian/copyright (original)
+++ trunk/libconfig-auto-perl/debian/copyright Tue Mar  4 22:40:58 2008
@@ -1,7 +1,7 @@
 This is the debian package for the Config::Auto Perl module.
 It was created by Marc 'HE' Brockschmidt <he at debian.org>.
 
-The sources were downloaded from CPAN.
+The sources were downloaded from: http://search.cpan.org/dist/Config-Auto/
 
 The upstream author is Jos Boumans <kane at cpan.org>.
 

Modified: trunk/libconfig-auto-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconfig-auto-perl/debian/rules?rev=16496&op=diff
==============================================================================
--- trunk/libconfig-auto-perl/debian/rules (original)
+++ trunk/libconfig-auto-perl/debian/rules Tue Mar  4 22:40:58 2008
@@ -21,46 +21,30 @@
 
 # Allow disabling build optimation by setting noopt in
 # $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
 build: build-stamp
 build-stamp:
 	dh_testdir
-
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
-	
-	touch build-stamp
-
+	$(MAKE)
+	$(MAKE) test
+	touch $@
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
-	
 	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
 	# As this is a architecture independent package, we are not supposed to install
 	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch install-stamp
+	touch $@
 
 binary-arch:
 # We have nothing to do by default.
@@ -68,12 +52,9 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installexamples
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/libconfig-auto-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libconfig-auto-perl/debian/watch?rev=16496&op=diff
==============================================================================
--- trunk/libconfig-auto-perl/debian/watch (original)
+++ trunk/libconfig-auto-perl/debian/watch Tue Mar  4 22:40:58 2008
@@ -1,2 +1,2 @@
-version=2
-http://www.cpan.org/modules/by-module/Config/Config-Auto-([\.\d]+)\.tar\.gz
+version=3
+http://search.cpan.org/dist/Config-Auto/ .*/Config-Auto-([\d.]+)\.(?:tar\.gz|tar|tgz)




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