aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
-rwxr-xr-x[-rw-r--r--]debian/rules0
4 files changed, 13 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 6028f57..8113a59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libpam-exec (0.2-2) unstable; urgency=low
+
+ * move to git (split out upstream branch)
+ * fix build dependency
+ * bump standards version
+ * debhelper version 5
+ * fix copyright file
+
+ -- Guido Guenther <agx@sigxcpu.org> Fri, 27 Apr 2007 22:01:56 +0200
+
libpam-exec (0.2-1) unstable; urgency=low
* pass password in the environment variable "PASSWD"
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index afdf5b0..7c680f6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libpam-exec
Section: net
Priority: optional
Maintainer: Guido Guenther <agx@debian.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, libpam0g-dev
+Standards-Version: 3.7.2
Package: libpam-exec
Architecture: any
diff --git a/debian/rules b/debian/rules
index 3d78705..3d78705 100644..100755
--- a/debian/rules
+++ b/debian/rules