[debian-edu-commits] debian-edu/upstream/ 19/71: Drop cdbs as build dep. It is not really used for anything useful. Correct dependencies.
    Petter Reinholdtsen 
    pere at moszumanska.debian.org
       
    Mon Jun  9 18:25:36 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository libpam-mklocaluser.
commit ac7e850b56f927d9dcdacd3e3e24ea3026866ffa
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun May 2 08:28:32 2010 +0000
    Drop cdbs as build dep.  It is not really used for anything useful.  Correct dependencies.
---
 debian/control | 4 ++--
 debian/rules   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 307cd3f..8440259 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
 Uploaders: Petter Reinholdtsen <pere at debian.org>
-Build-Depends: debhelper (>= 7), cdbs
+Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.4
 Homepage: http://www.skolelinux.org/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-edu/trunk/src/libpam-localoffline/?rev=0&sc=0
@@ -11,7 +11,7 @@ Vcs-Svn: svn://svn.debian.org/debian-edu/trunk/src/libpam-localoffline/
 
 Package: libpam-localoffline
 Architecture: all
-Depends: ${misc:Depends}, libpam-ccreds, libpam-python
+Depends: ${misc:Depends}, ${python:Depends}, libpam-ccreds, libpam-python
 Description: Configure PAM to create a local user and do offline authentication
  When the user log in for the first time, a local user is created in
  /etc/passwd and primary group created in /etc/group, and a local home
diff --git a/debian/rules b/debian/rules
index e6192f6..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+	dh $@
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/libpam-mklocaluser.git
    
    
More information about the debian-edu-commits
mailing list