From: rmurray <> Date: Fri, 22 Dec 2006 08:13:31 +0000 (+0000) Subject: Update packaging based on lintian output X-Git-Tag: release-0.3.33~77 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=commitdiff_plain;h=6dc665d6625bfa6a358002ca840e3e10bed49e41 Update packaging based on lintian output --- diff --git a/debian/changelog b/debian/changelog index ea84574..3ac7f7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 22 Dec 2006 01:54:12 -0700 + -- Ryan Murray Fri, 22 Dec 2006 02:05:18 -0700 userdir-ldap-cgi (0.3.7) stable; urgency=low diff --git a/debian/control b/debian/control index 25aac02..89c07b7 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,10 @@ Source: userdir-ldap-cgi Section: admin Priority: optional -Maintainer: Joey Schulze -Standards-Version: 3.5.8.0 +Maintainer: Debian Administration team +Build-Depends: debhelper +Standards-Version: 3.6.1 +Uploaders: Ryan Murray , Joey Schulze Package: userdir-ldap-cgi Architecture: all diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..73bec66 --- /dev/null +++ b/debian/copyright @@ -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 . diff --git a/debian/rules b/debian/rules index 25ca05b..456a393 100755 --- a/debian/rules +++ b/debian/rules @@ -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