Update packaging based on lintian output
authorrmurray <>
Fri, 22 Dec 2006 08:13:31 +0000 (08:13 +0000)
committerrmurray <>
Fri, 22 Dec 2006 08:13:31 +0000 (08:13 +0000)
debian/changelog
debian/control
debian/copyright [new file with mode: 0644]
debian/rules

index ea84574..3ac7f7f 100644 (file)
@@ -12,7 +12,7 @@ userdir-ldap-cgi (0.3.8) unstable; urgency=low
     - Add support for gender, birthDate, and mailDisableMessage
     - Other misc. output cleanups and fixes.
 
- -- Ryan Murray <rmurray@debian.org>  Fri, 22 Dec 2006 01:54:12 -0700
+ -- Ryan Murray <rmurray@debian.org>  Fri, 22 Dec 2006 02:05:18 -0700
 
 userdir-ldap-cgi (0.3.7) stable; urgency=low
 
index 25aac02..89c07b7 100644 (file)
@@ -1,8 +1,10 @@
 Source: userdir-ldap-cgi
 Section: admin
 Priority: optional
-Maintainer: Joey Schulze <joey@debian.org>
-Standards-Version: 3.5.8.0
+Maintainer: Debian Administration team <debian-admin@lists.debian.org>
+Build-Depends: debhelper
+Standards-Version: 3.6.1
+Uploaders: Ryan Murray <rmurray@debian.org>, Joey Schulze <joey@debian.org>
 
 Package: userdir-ldap-cgi
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..73bec66
--- /dev/null
@@ -0,0 +1,23 @@
+userdir-ldap-cgi has been released under the GNU General Public License.
+
+    Copyright (c) 1999-2006  Debian Admin Team Members and Developers
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The source of the Debian package is managed through CVS.  It is publically
+available at <http://cvs.debian.org/userdir-ldap-cgi/?cvsroot=debian-admin>.
index 25ca05b..456a393 100755 (executable)
@@ -26,6 +26,7 @@ binary-indep: build
        dh_testroot
        dh_clean -k
        dh_installdirs $(instdirs)
+       dh_installdocs
 
        install -m 755 *.cgi $(i)/var/www/userdir-ldap/
        install -m 644 Util.pm $(i)/var/www/userdir-ldap/
@@ -35,21 +36,14 @@ binary-indep: build
        install -m 644 apache-config.txt $(i)/usr/share/doc/$(package)
 
        dh_installchangelogs
-       dh_installmanpages
        dh_fixperms --exclude=web-cookies
        dh_compress
        dh_installdeb
        dh_gencontrol
-#      dh_makeshlibs
        dh_md5sums
        dh_builddeb
 
 binary-arch: build
-       dh_testdir
-# There are no architecture-dependent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
-
 
 # Below here is fairly generic really