r3745 - in /packages/libend-perl/trunk/debian: changelog control copyright rules watch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Sep 14 17:48:26 UTC 2006


Author: gwolf
Date: Thu Sep 14 17:48:25 2006
New Revision: 3745

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3745
Log:
Adopted the package, minor changes done in the process

Added:
    packages/libend-perl/trunk/debian/watch
Modified:
    packages/libend-perl/trunk/debian/changelog
    packages/libend-perl/trunk/debian/control
    packages/libend-perl/trunk/debian/copyright
    packages/libend-perl/trunk/debian/rules

Modified: packages/libend-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libend-perl/trunk/debian/changelog?rev=3745&op=diff
==============================================================================
--- packages/libend-perl/trunk/debian/changelog (original)
+++ packages/libend-perl/trunk/debian/changelog Thu Sep 14 17:48:25 2006
@@ -1,3 +1,13 @@
+libend-perl (1.2-5) unstable; urgency=low
+
+  * debian/rules no longer ignores the result of "make realclean" in the
+    clean target
+  * Added debian/watch file
+  * Now group-maintained by the Debian pkg-perl group
+  * Bumped up standards-version to 3.7.2 - No changes needed
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 14 Sep 2006 12:47:34 -0500
+
 libend-perl (1.2-4) unstable; urgency=low
 
   * Adopting the package (Closes: #333186).

Modified: packages/libend-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libend-perl/trunk/debian/control?rev=3745&op=diff
==============================================================================
--- packages/libend-perl/trunk/debian/control (original)
+++ packages/libend-perl/trunk/debian/control Thu Sep 14 17:48:25 2006
@@ -1,9 +1,11 @@
 Source: libend-perl
 Section: perl
 Priority: optional
-Build-Depends-Indep: debhelper (>= 4.0.2), perl (>= 5.8.0-7)
-Maintainer: David Moreno Garza <damog at debian.org>
-Standards-Version: 3.6.2.1
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.7.2
 
 Package: libend-perl
 Architecture: all

Modified: packages/libend-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libend-perl/trunk/debian/copyright?rev=3745&op=diff
==============================================================================
--- packages/libend-perl/trunk/debian/copyright (original)
+++ packages/libend-perl/trunk/debian/copyright Thu Sep 14 17:48:25 2006
@@ -1,7 +1,10 @@
 This is the debian package for the End module.
 It was created by Marc Brockschmidt <marc at dch-faq.de> using dh-make-perl.
+It is currently maintained by the Debian Perl Group. For further
+information see http://pkg-perl.alioth.debian.org/
 
-The sources were downloaded from CPAN.
+The sources were downloaded from CPAN:
+http://www.cpan.org/modules/by-module/End/
 
 The upstream author is: Abigail <abigail at delanet.com>
 

Modified: packages/libend-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libend-perl/trunk/debian/rules?rev=3745&op=diff
==============================================================================
--- packages/libend-perl/trunk/debian/rules (original)
+++ packages/libend-perl/trunk/debian/rules Thu Sep 14 17:48:25 2006
@@ -22,7 +22,6 @@
 build-stamp:
 	dh_testdir
 
-	
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
@@ -35,7 +34,7 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) realclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean
 

Added: packages/libend-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libend-perl/trunk/debian/watch?rev=3745&op=file
==============================================================================
--- packages/libend-perl/trunk/debian/watch (added)
+++ packages/libend-perl/trunk/debian/watch Thu Sep 14 17:48:25 2006
@@ -1,0 +1,6 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+version=2
+http://www.cpan.org/modules/by-module/End/End-(\d.*)\.tar\.gz




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