r10656 - in /trunk/libwww-mechanize-perl/debian: changelog rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Sun Dec 2 00:18:11 UTC 2007


Author: rmayorga-guest
Date: Sun Dec  2 00:18:11 2007
New Revision: 10656

URL: http://svn.debian.org/wsvn/?sc=1&rev=10656
Log:
* adding some notes at the changelog.


Modified:
    trunk/libwww-mechanize-perl/debian/changelog
    trunk/libwww-mechanize-perl/debian/rules

Modified: trunk/libwww-mechanize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-perl/debian/changelog?rev=10656&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-perl/debian/changelog Sun Dec  2 00:18:11 2007
@@ -1,4 +1,7 @@
 libwww-mechanize-perl (1.32-1) UNRELEASED; urgency=low
+
+  TODO: + there are erros on mech-bump test.
+        + some debian/rules nipticks
 
   [ Gregor Herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libwww-mechanize-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-perl/debian/rules?rev=10656&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/rules (original)
+++ trunk/libwww-mechanize-perl/debian/rules Sun Dec  2 00:18:11 2007
@@ -22,7 +22,7 @@
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor --local --mech-dump
 	$(MAKE)
-	$(MAKE) test
+	NOINTERNET=1 $(MAKE) test
 	touch $@
 
 clean: unpatch
@@ -39,7 +39,7 @@
 	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr
 	install -d $(ETCROOT)
 	install -m 644 $(CURDIR)/etc/* $(ETCROOT)
-	#-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
 
 binary-arch:;
 binary-indep: build install




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