diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/patches/00list | 0 | ||||
-rwxr-xr-x | debian/rules | 11 | ||||
-rw-r--r-- | debian/source/format | 1 |
5 files changed, 11 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 5f78bd4e6..ccb13f202 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +strongswan (4.3.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Switch to dpkg-source 3.0 (quilt) format + + -- Rene Mayrhofer <rene@mayrhofer.eu.org> Tue, 23 Feb 2010 09:26:30 +0000 + strongswan (4.3.4-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 981814645..69788ec26 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Rene Mayrhofer <rmayr@debian.org> Standards-Version: 3.8.1 -Build-Depends: debhelper (>= 7.0.0), libtool, libgmp3-dev, libssl-dev (>= 0.9.8), libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, libopensc2-dev | libopensc1-dev | libopensc0-dev, libldap2-dev, libpam0g-dev, libkrb5-dev, bison, flex, dpatch, bzip2, po-debconf, hardening-wrapper, network-manager-dev, libfcgi-dev, clearsilver-dev, libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7), libnm-glib-vpn-dev (>= 0.7), libnm-util-dev (>= 0.7) +Build-Depends: debhelper (>= 7.0.0), libtool, libgmp3-dev, libssl-dev (>= 0.9.8), libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, libopensc2-dev | libopensc1-dev | libopensc0-dev, libldap2-dev, libpam0g-dev, libkrb5-dev, bison, flex, bzip2, po-debconf, hardening-wrapper, network-manager-dev, libfcgi-dev, clearsilver-dev, libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7), libnm-glib-vpn-dev (>= 0.7), libnm-util-dev (>= 0.7) Homepage: http://www.strongswan.org Package: strongswan diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index e69de29bb..000000000 --- a/debian/patches/00list +++ /dev/null diff --git a/debian/rules b/debian/rules index 8b9219a8e..e2c40f268 100755 --- a/debian/rules +++ b/debian/rules @@ -42,21 +42,14 @@ ifeq ($(DEB_BUILD_ARCH_CPU),i386) CONFIGUREARGS += --enable-padlock endif -patch: - dh_testdir - #dpatch apply-all - -unpatch: - #dpatch deapply-all - build: build-stamp -build-stamp: patch +build-stamp: dh_testdir ./configure $(CONFIGUREARGS) $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |