[23789] in Source-Commits
/svn/athena r23401 - trunk/debathena/debathena/libpam-mktemp/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 18:45:52 2009
Date: Sat, 24 Jan 2009 18:45:20 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901242345.SAA28333@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2009-01-24 18:45:17 -0500 (Sat, 24 Jan 2009)
New Revision: 23401
Removed:
trunk/debathena/debathena/libpam-mktemp/debian/control
Modified:
trunk/debathena/debathena/libpam-mktemp/debian/changelog
trunk/debathena/debathena/libpam-mktemp/debian/control.in
trunk/debathena/debathena/libpam-mktemp/debian/copyright
trunk/debathena/debathena/libpam-mktemp/debian/rules
Log:
In libpam-mktemp:
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
* Change "Debian-Athena Project" to "Debathena Project".
* Remove debian/control from version control.
* Clean up debian/copyright.
Modified: trunk/debathena/debathena/libpam-mktemp/debian/changelog
===================================================================
--- trunk/debathena/debathena/libpam-mktemp/debian/changelog 2009-01-24 23:39:39 UTC (rev 23400)
+++ trunk/debathena/debathena/libpam-mktemp/debian/changelog 2009-01-24 23:45:17 UTC (rev 23401)
@@ -1,3 +1,12 @@
+libpam-mktemp (0.1-0debathena2) unstable; urgency=low
+
+ * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
+ * Change "Debian-Athena Project" to "Debathena Project".
+ * Remove debian/control from version control.
+ * Clean up debian/copyright.
+
+ -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 18:44:46 -0500
+
libpam-mktemp (0.1-0debathena1) unstable; urgency=low
* Initial release.
Deleted: trunk/debathena/debathena/libpam-mktemp/debian/control
Modified: trunk/debathena/debathena/libpam-mktemp/debian/control.in
===================================================================
--- trunk/debathena/debathena/libpam-mktemp/debian/control.in 2009-01-24 23:39:39 UTC (rev 23400)
+++ trunk/debathena/debathena/libpam-mktemp/debian/control.in 2009-01-24 23:45:17 UTC (rev 23401)
@@ -1,7 +1,7 @@
Source: libpam-mktemp
Section: debathena/libs
Priority: optional
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Standards-Version: 3.7.2
Build-Depends: @cdbs@, libpam0g-dev
Modified: trunk/debathena/debathena/libpam-mktemp/debian/copyright
===================================================================
--- trunk/debathena/debathena/libpam-mktemp/debian/copyright 2009-01-24 23:39:39 UTC (rev 23400)
+++ trunk/debathena/debathena/libpam-mktemp/debian/copyright 2009-01-24 23:45:17 UTC (rev 23401)
@@ -1,21 +1,32 @@
-Copyright © 2007 Tim Abbott <tabbott@mit.edu> and Anders Kaseorg
-<andersk@mit.edu>
+This package was created as part of the Debathena Project
+<http://debathena.mit.edu/> of the MIT Student Information Processing
+Board.
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
+The source code was obtained from the Athena SVN repository at
+<svn://debathena.mit.edu/athena/trunk/config>, and is licensed as
+follows:
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
+ Copyright © 2007-2008 Tim Abbott and Anders Kaseorg
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+The Debian packaging is Copyright © 2007-2008 Tim Abbott and Anders
+Kaseorg, and has the same license as the original software.
Modified: trunk/debathena/debathena/libpam-mktemp/debian/rules
===================================================================
--- trunk/debathena/debathena/libpam-mktemp/debian/rules 2009-01-24 23:39:39 UTC (rev 23400)
+++ trunk/debathena/debathena/libpam-mktemp/debian/rules 2009-01-24 23:45:17 UTC (rev 23401)
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk