[pkg-lighttpd] r380 - lighttpd/trunk/debian

Krzysztof Krzyzaniak eloy at alioth.debian.org
Thu Jul 9 11:05:19 UTC 2009


Author: eloy
Date: 2009-07-09 11:05:17 +0000 (Thu, 09 Jul 2009)
New Revision: 380

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/control
   lighttpd/trunk/debian/lighttpd.install
   lighttpd/trunk/debian/rules
Log:
remove cdbs support, use debhelper 7

Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2009-07-09 09:32:39 UTC (rev 379)
+++ lighttpd/trunk/debian/changelog	2009-07-09 11:05:17 UTC (rev 380)
@@ -2,6 +2,9 @@
 
   * New upstream release
   * spawn-fcgi is now separate package, recommends it debian/control
+  * Update Standards-Version to 3.8.2 without changes
+  * Remove cdbs, patchutils from Build-Depends, debian/rules use now
+    debhelper 7 scripts
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 09 Jul 2009 11:24:16 +0200
 

Modified: lighttpd/trunk/debian/control
===================================================================
--- lighttpd/trunk/debian/control	2009-07-09 09:32:39 UTC (rev 379)
+++ lighttpd/trunk/debian/control	2009-07-09 11:05:17 UTC (rev 380)
@@ -6,13 +6,13 @@
  Torsten Marek <shlomme at debian.org>, Franz Pletz <fpletz at franz-pletz.org>,
  Pierre Habouzit <madcoder at debian.org>
 Homepage: http://www.lighttpd.net
-Build-Depends: debhelper (>= 7), cdbs, mime-support, libssl-dev,
+Build-Depends: debhelper (>= 7), mime-support, libssl-dev,
  zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient15-dev,
  libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev,
- liblua5.1-0-dev, quilt, patchutils, pkg-config, uuid-dev, libsqlite3-dev,
+ liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev,
  libxml2-dev, libkrb5-dev, perl
 XS-Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 
 Package: lighttpd
 Homepage: http://www.lighttpd.net

Modified: lighttpd/trunk/debian/lighttpd.install
===================================================================
--- lighttpd/trunk/debian/lighttpd.install	2009-07-09 09:32:39 UTC (rev 379)
+++ lighttpd/trunk/debian/lighttpd.install	2009-07-09 11:05:17 UTC (rev 380)
@@ -1,4 +1,3 @@
-debian/tmp/usr/bin/*
 debian/tmp/usr/sbin/*
 debian/tmp/usr/share/man/*
 debian/tmp/usr/lib/lighttpd/mod_access.so

Modified: lighttpd/trunk/debian/rules
===================================================================
--- lighttpd/trunk/debian/rules	2009-07-09 09:32:39 UTC (rev 379)
+++ lighttpd/trunk/debian/rules	2009-07-09 11:05:17 UTC (rev 380)
@@ -1,19 +1,19 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/lighttpd --with-openssl \
-			     --with-kerberos5 --with-pcre --with-bz2   \
-			     --with-ldap --with-mysql --with-memcache  \
-			     --with-lua=lua5.1 --with-gdbm --with-attr \
-			     --with-webdav-locks --with-webdav-props   \
-			     --with-fam
-
-configure/lighttpd::
-	chmod a+x debian/create-mime.assign.pl
-	chmod a+x debian/include-conf-enabled.pl
-	chmod a+x debian/lighty-enable-mod
-	chmod a+x debian/use-ipv6.pl
-
+build: build-stamp
+build-stamp:
+	dh build --before auto_configure
+	./configure --build=i486-linux-gnu --prefix=/usr \
+		--includedir="/usr/include" \
+		--mandir="/usr/share/man" \
+		--infodir="/usr/share/info" --sysconfdir=/etc \
+		--localstatedir=/var --libexecdir="/usr/lib/lighttpd" \
+		--disable-maintainer-mode --disable-dependency-tracking \
+		--srcdir=.   --libdir=/usr/lib/lighttpd --with-openssl \
+		--with-kerberos5 --with-pcre --with-fam --with-ldap \
+		--with-mysql --with-memcache --with-lua=lua5.1 --with-gdbm \
+		--with-attr --with-webdav-locks --with-webdav-props
+	dh build --after auto_configure
+	touch $@
+%:
+	dh $@




More information about the pkg-lighttpd-maintainers mailing list