r24959 - in /trunk/libpoe-component-server-simplehttp-perl/debian: README.source changelog control patches/ rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 9 20:42:26 UTC 2008


Author: dmn
Date: Tue Sep  9 20:42:23 2008
New Revision: 24959

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24959
Log:
* Don_t_die_because_of_unrelated_stuff_in_ERRNO.patch applied upstream
  - remove deian/patches, README.source, quilt

Removed:
    trunk/libpoe-component-server-simplehttp-perl/debian/README.source
    trunk/libpoe-component-server-simplehttp-perl/debian/patches/
Modified:
    trunk/libpoe-component-server-simplehttp-perl/debian/changelog
    trunk/libpoe-component-server-simplehttp-perl/debian/control
    trunk/libpoe-component-server-simplehttp-perl/debian/rules

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/changelog?rev=24959&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/changelog (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/changelog Tue Sep  9 20:42:23 2008
@@ -3,6 +3,8 @@
     WAITS FOR 1.46-2 to migrate to lenny
 
   * New upstream release
+  * Don_t_die_because_of_unrelated_stuff_in_ERRNO.patch applied upstream
+    - remove deian/patches, README.source, quilt
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 09 Sep 2008 23:36:32 +0300
 

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/control?rev=24959&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/control (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/control Tue Sep  9 20:42:23 2008
@@ -1,7 +1,7 @@
 Source: libpoe-component-server-simplehttp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt
+Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.8-12), libwww-perl, libmodule-install-perl,
  libtest-pod-perl, libpoe-perl (>= 2:1.000),
  libpoe-component-client-http-perl (>= 0.82), libipc-shareable-perl,

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/rules?rev=24959&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/rules (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/rules Tue Sep  9 20:42:23 2008
@@ -7,14 +7,12 @@
 # always return the default without waiting for user input.
 #export PERL_MM_USE_DEFAULT=1
 
-include /usr/share/quilt/quilt.make
-
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 PERL   ?= /usr/bin/perl
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	# We want to include support and test everything, but that's not the
 	# default
@@ -26,7 +24,7 @@
 	# $(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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