[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. fea3d476676d0e8ede7e98faf1dcffd0f865d715

Arno Töll debian at toell.net
Fri Mar 9 00:09:02 UTC 2012


The following commit has been merged in the next branch:
commit 9f14982b897e55eda7da9c34cef0c0b0d9b4d2dd
Author: Arno Töll <debian at toell.net>
Date:   Fri Mar 9 00:31:51 2012 +0100

    Fix regression in debian/rules introduced in 5dae324701fd5e3a860680f09a1b47b01c7df8e9

diff --git a/debian/rules b/debian/rules
index c4b5653..c16249c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
+LSB_RELEASE := $(shell lsb_release -i -s)
 SERVER_VERSION := $(shell dpkg-parsechangelog | perl -ne 'print $$1 if m/Version:\s*([\d\.]+)/')
 MODULE_DIR := /usr/lib/apache2/modules/
 API = $(shell perl -ne 'print $$1 if m/define\s+MODULE_MAGIC_NUMBER_MAJOR\s+?(.*)$$/' < include/ap_mmn.h)

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list