[23346] in Source-Commits
/svn/athena r23000 - in trunk/debathena/debathena/pidgin-wrapper: . debian
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Tue Jun 3 12:42:55 2008
Date: Tue, 3 Jun 2008 12:42:13 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200806031642.MAA09175@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-06-03 12:42:12 -0400 (Tue, 03 Jun 2008)
New Revision: 23000
Added:
trunk/debathena/debathena/pidgin-wrapper/debian/debathena-pidgin-wrapper.dirs
trunk/debathena/debathena/pidgin-wrapper/debian/debathena-pidgin-wrapper.install
trunk/debathena/debathena/pidgin-wrapper/pidgin.debathena
Removed:
trunk/debathena/debathena/pidgin-wrapper/Makefile.in
trunk/debathena/debathena/pidgin-wrapper/configure.in
trunk/debathena/debathena/pidgin-wrapper/pidgin.sh
Modified:
trunk/debathena/debathena/pidgin-wrapper/debian/changelog
trunk/debathena/debathena/pidgin-wrapper/debian/control
trunk/debathena/debathena/pidgin-wrapper/debian/rules
Log:
In pidgin-wrapper:
* Convert to config-package-dev.
* Punt autoconf goo and use debhelper-style install.
* Punt Debian version component; this is not portable software.
Deleted: trunk/debathena/debathena/pidgin-wrapper/Makefile.in
Deleted: trunk/debathena/debathena/pidgin-wrapper/configure.in
Modified: trunk/debathena/debathena/pidgin-wrapper/debian/changelog
===================================================================
--- trunk/debathena/debathena/pidgin-wrapper/debian/changelog 2008-06-03 16:21:23 UTC (rev 22999)
+++ trunk/debathena/debathena/pidgin-wrapper/debian/changelog 2008-06-03 16:42:12 UTC (rev 23000)
@@ -1,3 +1,11 @@
+debathena-pidgin-wrapper (10.0.1) unstable; urgency=low
+
+ * Convert to config-package-dev.
+ * Punt autoconf goo and use debhelper-style install.
+ * Punt Debian version component; this is not portable software.
+
+ -- Greg Hudson <ghudson@mit.edu> Tue, 03 Jun 2008 12:29:55 -0400
+
debathena-pidgin-wrapper (10.0.0-0debathena2) unstable; urgency=low
* Make architecture-independent.
Modified: trunk/debathena/debathena/pidgin-wrapper/debian/control
===================================================================
--- trunk/debathena/debathena/pidgin-wrapper/debian/control 2008-06-03 16:21:23 UTC (rev 22999)
+++ trunk/debathena/debathena/pidgin-wrapper/debian/control 2008-06-03 16:42:12 UTC (rev 23000)
@@ -2,7 +2,7 @@
Section: debathena/web
Priority: extra
Maintainer: Debian-Athena Project <debathena@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.2.0), autoconf, debathena-config-build-common (>= 3.7~), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), lsb-release
+Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.2.0), autoconf, config-package-dev (>= 4.5~), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), lsb-release
Standards-Version: 3.7.2
Package: debathena-pidgin-wrapper
Added: trunk/debathena/debathena/pidgin-wrapper/debian/debathena-pidgin-wrapper.dirs
Added: trunk/debathena/debathena/pidgin-wrapper/debian/debathena-pidgin-wrapper.install
Modified: trunk/debathena/debathena/pidgin-wrapper/debian/rules
===================================================================
--- trunk/debathena/debathena/pidgin-wrapper/debian/rules 2008-06-03 16:21:23 UTC (rev 22999)
+++ trunk/debathena/debathena/pidgin-wrapper/debian/rules 2008-06-03 16:42:12 UTC (rev 23000)
@@ -3,9 +3,9 @@
DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
DEB_AUTO_UPDATE_AUTOCONF = 2.50
-DEBATHENA_DIVERT_FILES_debathena-pidgin-wrapper += \
+DEB_DIVERT_EXTENSION=.debathena
+DEB_DIVERT_FILES_debathena-pidgin-wrapper += \
/usr/bin/pidgin.debathena
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debathena-divert.mk
+include /usr/share/cdbs/1/rules/divert.mk
Copied: trunk/debathena/debathena/pidgin-wrapper/pidgin.debathena (from rev 22999, trunk/debathena/debathena/pidgin-wrapper/pidgin.sh)
Property changes on: trunk/debathena/debathena/pidgin-wrapper/pidgin.debathena
___________________________________________________________________
Name: svn:executable
+ *
Deleted: trunk/debathena/debathena/pidgin-wrapper/pidgin.sh