[Debootloaders-devel] r230 - in /trunk/silo/debian: changelog rules

jurij at alioth.debian.org jurij at alioth.debian.org
Sat Jan 30 14:00:42 UTC 2010


Author: jurij
Date: Sat Jan 30 14:00:35 2010
New Revision: 230

URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=230
Log:
Fix bashism in debian/rules.

Modified:
    trunk/silo/debian/changelog
    trunk/silo/debian/rules

Modified: trunk/silo/debian/changelog
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/changelog?rev=230&op=diff
==============================================================================
--- trunk/silo/debian/changelog (original)
+++ trunk/silo/debian/changelog Sat Jan 30 14:00:35 2010
@@ -12,6 +12,7 @@
     the headers, which are now defining _LINUX_TYPES again.
   * Build with default GCC, remove build-dep on gcc-4.3.
     (Closes: #533811)
+  * Fix bashism in debian/rules. (Closes: #535419)
 
  -- Jurij Smakov <jurij at debian.org>  Sat, 30 Jan 2010 13:37:25 +0000
 

Modified: trunk/silo/debian/rules
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/rules?rev=230&op=diff
==============================================================================
--- trunk/silo/debian/rules (original)
+++ trunk/silo/debian/rules Sat Jan 30 14:00:35 2010
@@ -36,7 +36,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs $(BUILD_TREE)/docs/README{,.tilo} $(BUILD_TREE)/first-isofs/README.SILO_ISOFS
+	dh_installdocs $(BUILD_TREE)/docs/README $(BUILD_TREE)/docs/README.tilo $(BUILD_TREE)/first-isofs/README.SILO_ISOFS
 	dh_installchangelogs
 	dh_installman debian/manpages/*
 	dh_strip




More information about the Debootloaders-devel mailing list