From 0b5c9e89f2ca423a7cbe77d06c4c18a26dc1cc29 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 21 Jun 2007 08:54:27 +0000 Subject: [PATCH] Updated debian structure git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6646 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/compat | 1 + debian/control | 2 +- debian/rules | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index f8a6364cc..99fedc044 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gosa Section: web Priority: optional Maintainer: Cajus Pollmeier -Build-Depends-Indep: debhelper(>= 4.1.16), dpatch +Build-Depends: debhelper(>= 4.1.16), dpatch Standards-Version: 3.7.2.2 Package: gosa diff --git a/debian/rules b/debian/rules index 8b8ff3600..c49e76d22 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,6 @@ # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Cristoph Lameter. -export DH_COMPAT=4 SARGE_PACKAGE=`cat debian/changelog | head -n1 | grep sarge` # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -- 2.30.2