[Pkg-tcltk-commits] r596 - tile/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Mon May 5 22:00:50 UTC 2008
Author: frankie
Date: 2008-05-05 22:00:49 +0000 (Mon, 05 May 2008)
New Revision: 596
Modified:
tile/trunk/debian/changelog
tile/trunk/debian/rules
Log:
Fixed #478630
Modified: tile/trunk/debian/changelog
===================================================================
--- tile/trunk/debian/changelog 2008-05-01 09:00:54 UTC (rev 595)
+++ tile/trunk/debian/changelog 2008-05-05 22:00:49 UTC (rev 596)
@@ -1,3 +1,11 @@
+tile (0.8.2-3) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * Removed bashism in debian/rules.
+ (closes: #478630)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Mon, 05 May 2008 23:59:48 +0200
+
tile (0.8.2-2) unstable; urgency=low
* Removed README.Debiam, currently superfluous.
Modified: tile/trunk/debian/rules
===================================================================
--- tile/trunk/debian/rules 2008-05-01 09:00:54 UTC (rev 595)
+++ tile/trunk/debian/rules 2008-05-05 22:00:49 UTC (rev 596)
@@ -55,7 +55,7 @@
dh_clean
- rm -f $(CURDIR)/debian/{dirs,install}
+ rm -f $(CURDIR)/debian/dirs $(CURDIR)/debian/install
install: build
dh_testdir
More information about the Pkg-tcltk-commits
mailing list