[26719] in Source-Commits
/svn/athena r25709 - trunk/debathena/meta/locker/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Aug 7 15:59:00 2012
Date: Tue, 7 Aug 2012 15:58:58 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208071958.q77Jww5c025499@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-08-07 15:58:58 -0400 (Tue, 07 Aug 2012)
New Revision: 25709
Modified:
trunk/debathena/meta/locker/debian/changelog
trunk/debathena/meta/locker/debian/rules
Log:
In locker:
* Sigh. Depend on a specific version of libperl4-corelibs-perl, because
upstream decided it was a good idea for perl-modules to Provide: this
package in the interim. In theory, we don't care, and things will
work when Ubuntu actually drops perl4 support, but in reality, it
causes confusing errors for users. (Trac: #1188)
Modified: trunk/debathena/meta/locker/debian/changelog
===================================================================
--- trunk/debathena/meta/locker/debian/changelog 2012-08-07 16:54:35 UTC (rev 25708)
+++ trunk/debathena/meta/locker/debian/changelog 2012-08-07 19:58:58 UTC (rev 25709)
@@ -1,3 +1,13 @@
+debathena-locker (1.2) unstable; urgency=low
+
+ * Sigh. Depend on a specific version of libperl4-corelibs-perl, because
+ upstream decided it was a good idea for perl-modules to Provide: this
+ package in the interim. In theory, we don't care, and things will
+ work when Ubuntu actually drops perl4 support, but in reality, it
+ causes confusing errors for users. (Trac: #1188)
+
+ -- Jonathan Reed <jdreed@mit.edu> Tue, 07 Aug 2012 15:58:15 -0400
+
debathena-locker (1.1) unstable; urgency=low
* Depend on libperl4-corelibs-perl if it exists (Trac: #1188)
Modified: trunk/debathena/meta/locker/debian/rules
===================================================================
--- trunk/debathena/meta/locker/debian/rules 2012-08-07 16:54:35 UTC (rev 25708)
+++ trunk/debathena/meta/locker/debian/rules 2012-08-07 19:58:58 UTC (rev 25709)
@@ -4,7 +4,7 @@
ifeq ($(HAVE_PERL4LIBS),y)
binary-predeb/debathena-locker::
- echo "debathena-maybe-perl4=libperl4-corelibs-perl" >> debian/debathena-locker.substvars
+ echo "debathena-maybe-perl4=libperl4-corelibs-perl (>= 0.003-1~)" >> debian/debathena-locker.substvars
endif
include /usr/share/cdbs/1/rules/debhelper.mk