[interchange-cvs] interchange - racke modified debian/rules

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Mar 25 07:33:01 2002


User:      racke
Date:      2002-03-25 12:32:10 GMT
Modified:  debian   rules
Log:
merged changes 2.4.2.2 vs 2.4.2.3
+++ 2.4.2.3 +++
fixed overly strict dependency on apache-common (Closes: #133671,
thanks to Matthew Wilcox <willy@debian.org>)

Revision  Changes    Path
2.7       +2 -3      interchange/debian/rules


rev 2.7, prev_rev 2.6
Index: rules
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/rules,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- rules	1 Oct 2001 10:25:17 -0000	2.6
+++ rules	25 Mar 2002 12:32:10 -0000	2.7
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 #
-# Copyright 2000,2001 by Stefan Hornburg (Racke) <racke@linuxia.de>
+# Copyright 2000,2001,2002 by Stefan Hornburg (Racke) <racke@linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -33,7 +33,6 @@
 # (From mod-perl packaging)
 DEV_DPKG_VERSION := $(shell dpkg -s apache-dev | awk '/Version:/ {print $2}')
 DEV_VERSION := $(shell echo $(DEV_DPKG_VERSION) | sed "s/^Version: \(.*\)-.*$$/\1/")
-NEXTVERNO := $(shell echo $(DEV_VERSION) | awk -F. '{OFS="."; $$NF = $$NF + 1; print}')
 
 build: build-stamp
 build-stamp:
@@ -143,7 +142,7 @@
 	dh_installdeb
 	dh_shlibdeps
 	dh_perl usr/lib/interchange
-	dh_gencontrol -- -VTHISDEV="$(DEV_VERSION)" -VNEXTDEV="$(NEXTVERNO)"
+	dh_gencontrol -- -VTHISDEV="$(DEV_VERSION)"
 	dh_md5sums
 	dh_builddeb