r20318 - in /trunk/libcddb-perl/debian: ./ control rules

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Fri May 23 06:14:14 UTC 2008


Author: tincho
Date: Fri May 23 06:14:14 2008
New Revision: 20318

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20318
Log:
Disable tests. Set svn properties. Fix description

Modified:
    trunk/libcddb-perl/debian/   (props changed)
    trunk/libcddb-perl/debian/control
    trunk/libcddb-perl/debian/rules

Propchange: trunk/libcddb-perl/debian/
------------------------------------------------------------------------------
    svn-bp:tagsUrl = svn+ssh://svn.debian.org/svn/pkg-perl/tags/libcddb-perl

Propchange: trunk/libcddb-perl/debian/
------------------------------------------------------------------------------
    svn-bp:trunkUrl = svn+ssh://svn.debian.org/svn/pkg-perl/trunk/libcddb-perl

Propchange: trunk/libcddb-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:upsCurrentUrl (added)
+++ svn-bp:upsCurrentUrl Fri May 23 06:14:14 2008
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libcddb-perl/current

Propchange: trunk/libcddb-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:upsTagUrl (added)
+++ svn-bp:upsTagUrl Fri May 23 06:14:14 2008
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libcddb-perl

Modified: trunk/libcddb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/control?rev=20318&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/control (original)
+++ trunk/libcddb-perl/debian/control Fri May 23 06:14:14 2008
@@ -13,7 +13,7 @@
 Package: libcddb-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: high-level interface to CDDB and freedb servers.
+Description: high-level interface to CDDB and freedb servers
  CDDB protocol (cddbp) servers provide compact disc information for
  programs that need it.  This allows such programs to display disc and
  track titles automatically, and it provides extended information like

Modified: trunk/libcddb-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/debian/rules?rev=20318&op=diff
==============================================================================
--- trunk/libcddb-perl/debian/rules (original)
+++ trunk/libcddb-perl/debian/rules Fri May 23 06:14:14 2008
@@ -16,7 +16,8 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	# Disable tests, as they require network access
+	#$(MAKE) test
 	touch $@
 
 clean:




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