r13774 - in /trunk/libwebservice-cia-perl/debian: changelog patches/ rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Mon Jan 28 08:48:51 UTC 2008


Author: hanska-guest
Date: Mon Jan 28 08:48:51 2008
New Revision: 13774

URL: http://svn.debian.org/wsvn/?sc=1&rev=13774
Log:
* New upstream release:
  - the default is not to run Internet-based tests, thus debian/patches
    is not needed anymore. Also updating debian/rules.

Removed:
    trunk/libwebservice-cia-perl/debian/patches/
Modified:
    trunk/libwebservice-cia-perl/debian/changelog
    trunk/libwebservice-cia-perl/debian/rules

Modified: trunk/libwebservice-cia-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwebservice-cia-perl/debian/changelog?rev=13774&op=diff
==============================================================================
--- trunk/libwebservice-cia-perl/debian/changelog (original)
+++ trunk/libwebservice-cia-perl/debian/changelog Mon Jan 28 08:48:51 2008
@@ -1,8 +1,10 @@
 libwebservice-cia-perl (1.4-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  * New upstream release:
+    - the default is not to run Internet-based tests, thus debian/patches
+      is not needed anymore. Also updating debian/rules.
 
- -- David Paleino <d.paleino at gmail.com>  Mon, 28 Jan 2008 09:45:31 +0100
+ -- David Paleino <d.paleino at gmail.com>  Mon, 28 Jan 2008 09:47:38 +0100
 
 libwebservice-cia-perl (1.3-1) unstable; urgency=low
 

Modified: trunk/libwebservice-cia-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwebservice-cia-perl/debian/rules?rev=13774&op=diff
==============================================================================
--- trunk/libwebservice-cia-perl/debian/rules (original)
+++ trunk/libwebservice-cia-perl/debian/rules Mon Jan 28 08:48:51 2008
@@ -12,8 +12,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
@@ -27,17 +25,17 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 
 	# Add commands to compile the package here
-	echo "n" | $(PERL) Build.PL --installdirs vendor create_packlist=0
+	$(PERL) Build.PL --installdirs vendor create_packlist=0
 	$(PERL) Build
 	$(PERL) Build test
 
-	touch build-stamp
+	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 
@@ -60,7 +58,7 @@
 	rm -rf $(TMP)/usr/bin
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
-	touch install-stamp
+	touch $@
 
 binary-arch:
 # We have nothing to do by default.




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