[rkward-cvs] SF.net SVN: rkward:[2612] trunk/rkward/debian
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Aug 18 10:13:13 UTC 2009
Revision: 2612
http://rkward.svn.sourceforge.net/rkward/?rev=2612&view=rev
Author: tfry
Date: 2009-08-18 10:13:13 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
Add comment, and adjust changelog for new submission to debian-mentors
Modified Paths:
--------------
trunk/rkward/debian/changelog
trunk/rkward/debian/rules
Modified: trunk/rkward/debian/changelog
===================================================================
--- trunk/rkward/debian/changelog 2009-08-13 13:11:06 UTC (rev 2611)
+++ trunk/rkward/debian/changelog 2009-08-18 10:13:13 UTC (rev 2612)
@@ -2,8 +2,10 @@
* drop alternative depend on php4-cli as this is no longer part of any
current debian based distribution
+ * more accurate detection of patch-needing Ubuntu
+ Hardy systems (thanks to Meik Michalke)
- -- Thomas Friedrichsmeier <tfry at users.sourceforge.net> Xxx, xx Xxx 2009 14:30:00 +0200
+ -- Thomas Friedrichsmeier <tfry at users.sourceforge.net> Tue, 18 Aug 2009 14:30:00 +0200
rkward (0.5.1-1) unstable; urgency=low
Modified: trunk/rkward/debian/rules
===================================================================
--- trunk/rkward/debian/rules 2009-08-13 13:11:06 UTC (rev 2611)
+++ trunk/rkward/debian/rules 2009-08-18 10:13:13 UTC (rev 2612)
@@ -7,6 +7,8 @@
# Determine the installed distribution and release number
# Will be used to determine if certain tweaks are needed, see below
+# NOTE: /etc/lsb-release is part of package base-files, *only on Ubuntu*, not on Debian.
+# For now this is ok, as we only need special handling for Ubuntu Hardy at this time.
DISTRO = $(shell grep "DISTRIB_ID" /etc/lsb-release | awk -F= '{print $$2}' ; grep "DISTRIB_RELEASE" /etc/lsb-release | awk -F= '{print $$2}')
# Ubuntu 8.04 uses a different PATH for KDE 4 apps and needs some patching
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list