From 782db3138581bdf516aa3555da95fd88a01bb9a6 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 23 Apr 2008 21:08:31 +0000 Subject: [PATCH] * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL so it can be uploaded to Debian. * Add me as uploader. * move homepage to homepage field. git-svn-id: svn+ssh://svn.mit.edu/athena/trunk/debathena/debathena/config-package-dev@22946 728af825-273c-0410-89f9-f7d3b574a069 --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- debian/control.in | 6 +++--- debian/copyright | 2 +- debian/rules | 1 - 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2bffc8a..f1a7461 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +config-package-dev (4.6) unstable; urgency=low + + * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL so it can be uploaded to Debian. + * Add me as uploader. + * move homepage to homepage field. + + -- Tim Abbott Wed, 23 Apr 2008 17:08:15 -0400 + config-package-dev (4.5) unstable; urgency=low * Rename DEB_REPLACE_FILES to DEB_TRANSFORM_FILES diff --git a/debian/control b/debian/control index 879f750..f50c0fb 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,14 @@ Source: config-package-dev Section: devel Priority: extra Maintainer: Debian-Athena Project +Uploaders: Tim Abbott Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0) -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: config-package-dev Architecture: all Depends: cdbs, ${misc:Depends} +Homepage: http://debathena.mit.edu/config-packages/ Description: CDBS modules for building configuration packages This package contains a system of CDBS modules for creating Debian configuration packages: packages that configure an existing Debian @@ -21,5 +23,3 @@ Description: CDBS modules for building configuration packages The config-package-dev modules are optimized for site defaults (i.e. configuration for a university or a company), though they are useful for other applications as well. - . - Homepage: http://debathena.mit.edu/config-packages/ diff --git a/debian/control.in b/debian/control.in index b7da15e..9fc0788 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,12 +2,14 @@ Source: config-package-dev Section: devel Priority: extra Maintainer: Debian-Athena Project +Uploaders: Tim Abbott Build-Depends: @cdbs@ -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: config-package-dev Architecture: all Depends: cdbs, ${misc:Depends} +Homepage: http://debathena.mit.edu/config-packages/ Description: CDBS modules for building configuration packages This package contains a system of CDBS modules for creating Debian configuration packages: packages that configure an existing Debian @@ -21,5 +23,3 @@ Description: CDBS modules for building configuration packages The config-package-dev modules are optimized for site defaults (i.e. configuration for a university or a company), though they are useful for other applications as well. - . - Homepage: http://debathena.mit.edu/config-packages/ diff --git a/debian/copyright b/debian/copyright index 7496900..5cd24ba 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Authors: Tim Abbott Anders Kaseorg -Copyright: +Copyright: (C) Tim Abbott and Anders Kaseorg 2006-2008 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 diff --git a/debian/rules b/debian/rules index 6bf6850..e6192f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,3 @@ #!/usr/bin/make -f -DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 include /usr/share/cdbs/1/rules/debhelper.mk -- 2.45.0