[SCM] simple lightweight event based web server branch, master, updated. debian/0.93-3-10-gc19a0d2

Xavier Guimard x.guimard at free.fr
Fri Nov 2 08:07:23 UTC 2012


The following commit has been merged in the master branch:
commit f932191a384ded19b11a6575a5e064672816cf1a
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Nov 2 09:06:09 2012 +0100

    Remove cdbs to use standard d/rules

diff --git a/debian/changelog b/debian/changelog
index 2c5f43a..6672f4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libanyevent-httpd-perl (0.93-4) UNRELEASED; urgency=low
+libanyevent-httpd-perl (0.93-4) unstable; urgency=low
 
   [ gregor herrmann ]
   * Use dist-based URL in debian/watch.
@@ -9,8 +9,9 @@ libanyevent-httpd-perl (0.93-4) UNRELEASED; urgency=low
   * Update compat to 8
   * Update copyright to format 1.0
   * Add myself to uploaders
+  * Remove cdbs to use standard d/rules
 
- -- gregor herrmann <gregoa at debian.org>  Fri, 20 Apr 2012 12:15:36 +0200
+ -- Xavier Guimard <x.guimard at free.fr>  Fri, 02 Nov 2012 08:52:01 +0100
 
 libanyevent-httpd-perl (0.93-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d5fb8ff..c383e7a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
 Section: perl
 Priority: extra
 Build-Depends: debhelper (>= 8),
-               cdbs,
                liburi-perl,
                libanyevent-perl,
                libanyevent-http-perl,
diff --git a/debian/rules b/debian/rules
index 564057f..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
-
-MAIN_MODULE	= lib/AnyEvent/HTTPD.pm
-
-DEBVERSION = $(shell dpkg-parsechangelog \
-	|grep ^Version|awk '{print $$2}'|sed 's/-.*//' )
-PERLVERSION = $(shell grep '^our[[:space:]]\+\$$VERSION' $(MAIN_MODULE) \
-	|awk '{print $$4}'|sed "s/[';']//g" )
-
-install/libanyevent-httpd-perl::
-	@set -e; \
-	if ! test "x$(DEBVERSION)" = "x$(PERLVERSION)"; then \
-		echo "Error: changelog has version $(DEBVERSION) " \
-			"but module has $(PERLVERSION)"; \
-		false; \
-	fi
-
-clean::
-	rm -f Makefile.old	
-	rm -fr .pc
-
+%:
+	dh $@

-- 
simple lightweight event based web server



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