]> andersk Git - config-package-dev.git/commitdiff
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL so it can be uploaded to Debian. 4.6
authorTim Abbott <tabbott@mit.edu>
Wed, 23 Apr 2008 21:08:31 +0000 (21:08 +0000)
committerTim Abbott <tabbott@mit.edu>
Wed, 23 Apr 2008 21:08:31 +0000 (21:08 +0000)
  * 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
debian/control
debian/control.in
debian/copyright
debian/rules

index 2bffc8ac55af64168e2f77e5824e0bfbee9bd780..f1a7461888de0f47f353862f7bdaad7bc3a36dd2 100644 (file)
@@ -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 <tabbott@mit.edu>  Wed, 23 Apr 2008 17:08:15 -0400
+
 config-package-dev (4.5) unstable; urgency=low
 
   * Rename DEB_REPLACE_FILES to DEB_TRANSFORM_FILES
index 879f75000f66f31ca9f037053065af2e5ea9706b..f50c0fb4f394b040a97e01c826a5fb4abaadf915 100644 (file)
@@ -2,12 +2,14 @@ Source: config-package-dev
 Section: devel
 Priority: extra
 Maintainer: Debian-Athena Project <debathena@mit.edu>
+Uploaders: Tim Abbott <tabbott@mit.edu>
 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/
index b7da15e7d1c9043876eed5e6e07bbcd18edf4cac..9fc0788220a3ae31618c73bd260f1021fe70dfc0 100644 (file)
@@ -2,12 +2,14 @@ Source: config-package-dev
 Section: devel
 Priority: extra
 Maintainer: Debian-Athena Project <debathena@mit.edu>
+Uploaders: Tim Abbott <tabbott@mit.edu>
 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/
index 7496900fb778dd629a51eb155959a528078650de..5cd24baf7d8d8ecf6768d3fadce7dee5d8e91dcc 100644 (file)
@@ -1,7 +1,7 @@
 Authors: Tim Abbott <tabbott@mit.edu>
          Anders Kaseorg <andersk@mit.edu>
 
-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
index 6bf6850c93cab898b9d3e0d0f41e89c4dd134384..e6192f6446138c98a067d4042d460a4a6a115140 100755 (executable)
@@ -1,4 +1,3 @@
 #!/usr/bin/make -f
 
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
 include /usr/share/cdbs/1/rules/debhelper.mk
This page took 0.053742 seconds and 5 git commands to generate.