r7920 - in /trunk/libwebservice-youtube-perl/debian: changelog docs rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 24 07:02:26 UTC 2007


Author: dmn
Date: Mon Sep 24 07:02:26 2007
New Revision: 7920

URL: http://svn.debian.org/wsvn/?sc=1&rev=7920
Log:
  TESTS FAIL with TEST_YOUTUBE=1
  these tests are not enabled in debian/rules, but fail when run locally. As
  users will most likely need the tested functionality, package not uploaded
  yet.
* Create Makefile from Makefile.PL even if former exists
* Move debian/docs content (1 line) to dh_installdocs invocation

Removed:
    trunk/libwebservice-youtube-perl/debian/docs
Modified:
    trunk/libwebservice-youtube-perl/debian/changelog
    trunk/libwebservice-youtube-perl/debian/rules

Modified: trunk/libwebservice-youtube-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwebservice-youtube-perl/debian/changelog?rev=7920&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/changelog (original)
+++ trunk/libwebservice-youtube-perl/debian/changelog Mon Sep 24 07:02:26 2007
@@ -1,5 +1,11 @@
-libwebservice-youtube-perl (1.0.2-1) unstable; urgency=low
+libwebservice-youtube-perl (1.0.2-1) UNRELEASED; urgency=low
 
+    TESTS FAIL with TEST_YOUTUBE=1
+    these tests are not enabled in debian/rules, but fail when run locally. As
+    users will most likely need the tested functionality, package not uploaded
+    yet.
+
+  [ Rene Mayorga ]
   * New upstream release
   * debian/control
     + Upstream URL Changed at Homepage field
@@ -18,7 +24,11 @@
     + TEST_POD var added to $MAKE test
   * removing unused debian/dirs
 
- -- Rene Mayorga <rmayorga at debian.org.sv>  Sat, 22 Sep 2007 01:35:00 -0600
+  [ Damyan Ivanov ]
+  * Create Makefile from Makefile.PL even if former exists
+  * Move debian/docs content (1 line) to dh_installdocs invocation
+
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 24 Sep 2007 10:01:30 +0300
 
 libwebservice-youtube-perl (1.0.1-1) unstable; urgency=low
 

Modified: trunk/libwebservice-youtube-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwebservice-youtube-perl/debian/rules?rev=7920&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/rules (original)
+++ trunk/libwebservice-youtube-perl/debian/rules Mon Sep 24 07:02:26 2007
@@ -13,7 +13,7 @@
 
 build-stamp: 
 	dh_testdir
-	[ -f Makefile ] || perl Makefile.PL
+	perl Makefile.PL
 	$(MAKE)
 	TEST_POD=1 $(MAKE) test
 	touch $@
@@ -39,7 +39,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
+	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_compress
 	dh_installexamples examples/*




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