r3497 - in /packages/libxml-atom-perl/trunk/debian: changelog compat control rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Aug 21 21:14:38 UTC 2006


Author: gregoa-guest
Date: Mon Aug 21 21:14:37 2006
New Revision: 3497

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3497
Log:
* New maintainer: Debian Perl Group.
* Set Standards-Version to 3.7.2 (no changes).
* Move debhelper to Build-Depends.
* Set debhelper compatibility level to 5.
* Add watch file.
* Activate tests in debian/rules.

Added:
    packages/libxml-atom-perl/trunk/debian/watch
Modified:
    packages/libxml-atom-perl/trunk/debian/changelog
    packages/libxml-atom-perl/trunk/debian/compat
    packages/libxml-atom-perl/trunk/debian/control
    packages/libxml-atom-perl/trunk/debian/rules

Modified: packages/libxml-atom-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/changelog?rev=3497&op=diff
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/changelog (original)
+++ packages/libxml-atom-perl/trunk/debian/changelog Mon Aug 21 21:14:37 2006
@@ -1,3 +1,14 @@
+libxml-atom-perl (0.16a-1) unstable; urgency=low
+
+  * New maintainer: Debian Perl Group.
+  * Set Standards-Version to 3.7.2 (no changes).
+  * Move debhelper to Build-Depends.
+  * Set debhelper compatibility level to 5.
+  * Add watch file.
+  * Activate tests in debian/rules.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 21 Aug 2006 23:13:08 +0200
+
 libxml-atom-perl (0.16a-0.1) unstable; urgency=low
 
   * Doh!  In my haste to upload this, I accidently made the package debian-native.

Modified: packages/libxml-atom-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/compat?rev=3497&op=diff
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/compat (original)
+++ packages/libxml-atom-perl/trunk/debian/compat Mon Aug 21 21:14:37 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libxml-atom-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/control?rev=3497&op=diff
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/control (original)
+++ packages/libxml-atom-perl/trunk/debian/control Mon Aug 21 21:14:37 2006
@@ -1,9 +1,11 @@
 Source: libxml-atom-perl
 Section: perl
 Priority: optional
-Build-Depends-Indep: perl (>= 5.8.0-7), debhelper (>= 4.0.2), libxml-libxml-perl (>=1.54), liburi-perl, libwww-perl, liblwp-authen-wsse-perl, libdigest-sha1-perl, libdatetime-perl, libhtml-parser-perl, libxml-libxslt-perl
-Maintainer: Tim Peeler <thp at linuxforce.net>
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libxml-libxml-perl (>=1.54), liburi-perl, libwww-perl, liblwp-authen-wsse-perl, libdigest-sha1-perl, libdatetime-perl, libhtml-parser-perl, libxml-libxslt-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Peeler <thp at linuxforce.net>, gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.7.2
 
 Package: libxml-atom-perl
 Architecture: all
@@ -12,5 +14,3 @@
  Atom is a syndication, API, and archiving format for weblogs and other
  data. XML::Atom implements the feed format as well as a client for the
  API.
- .
- This description was automagically extracted from the module by dh-make-perl.

Modified: packages/libxml-atom-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/rules?rev=3497&op=diff
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/rules (original)
+++ packages/libxml-atom-perl/trunk/debian/rules Mon Aug 21 21:14:37 2006
@@ -53,7 +53,7 @@
 	dh_testroot
 	dh_clean -k
 
-	#$(MAKE) test
+	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	
 	# As this is a architecture independent package, we are not supposed to install

Added: packages/libxml-atom-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/watch?rev=3497&op=file
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/watch (added)
+++ packages/libxml-atom-perl/trunk/debian/watch Mon Aug 21 21:14:37 2006
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/XML/XML-Atom-([\d\.]+)\.tar\.gz




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