r22479 - in /trunk/libxml-atom-service-perl/debian: changelog control copyright rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Sun Jun 29 17:05:17 UTC 2008


Author: ghostbar-guest
Date: Sun Jun 29 17:05:16 2008
New Revision: 22479

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22479
Log:
* Bumped to 3.8.0
* Fixed typo in license path
* Added note of FTBFS since re-enabled tests

Modified:
    trunk/libxml-atom-service-perl/debian/changelog
    trunk/libxml-atom-service-perl/debian/control
    trunk/libxml-atom-service-perl/debian/copyright
    trunk/libxml-atom-service-perl/debian/rules

Modified: trunk/libxml-atom-service-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/changelog?rev=22479&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/changelog (original)
+++ trunk/libxml-atom-service-perl/debian/changelog Sun Jun 29 17:05:16 2008
@@ -1,9 +1,11 @@
 libxml-atom-service-perl (0.16.0-1) UNRELEASED; urgency=low
+  [FTBFS: Tests fails 8/10]
 
   * New upstream release
   * debian/control:
-   + There's no such 3.7.3.0 Standard-Version, fixed to 3.7.3
+   + Bumped to 3.8.0, no changes needed.
   * Initial upload to debian archive (Closes: #458809)
+  * Fixed typo in license path at debian/copyright.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 11 May 2008 22:03:12 -0430
 

Modified: trunk/libxml-atom-service-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/control?rev=22479&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/control (original)
+++ trunk/libxml-atom-service-perl/debian/control Sun Jun 29 17:05:16 2008
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.8.8-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: David Paleino <d.paleino at gmail.com>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/XML-Atom-Service/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-atom-service-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/

Modified: trunk/libxml-atom-service-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/copyright?rev=22479&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/copyright (original)
+++ trunk/libxml-atom-service-perl/debian/copyright Sun Jun 29 17:05:16 2008
@@ -14,5 +14,5 @@
 License: Perl-like
 
 On Debian GNU/Linux systems, the complete text of the GNU General Public 
-License can be found in `/usr/share/common-licenses/GPL-' and the Artistic
+License can be found in `/usr/share/common-licenses/GPL' and the Artistic
 Licence in `/usr/share/common-licenses/Artistic'.

Modified: trunk/libxml-atom-service-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/rules?rev=22479&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/rules (original)
+++ trunk/libxml-atom-service-perl/debian/rules Sun Jun 29 17:05:16 2008
@@ -29,7 +29,7 @@
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
-	#$(PERL) Build test
+	$(PERL) Build test
 
 	touch $@
 




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