[med-svn] r22853 - trunk/packages/rdp-alignment/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Oct 20 18:24:39 UTC 2016
Author: tille
Date: 2016-10-20 18:24:38 +0000 (Thu, 20 Oct 2016)
New Revision: 22853
Modified:
trunk/packages/rdp-alignment/trunk/debian/changelog
trunk/packages/rdp-alignment/trunk/debian/rules
Log:
Fix build when /bin/sh is set to bash
Modified: trunk/packages/rdp-alignment/trunk/debian/changelog
===================================================================
--- trunk/packages/rdp-alignment/trunk/debian/changelog 2016-10-20 18:19:18 UTC (rev 22852)
+++ trunk/packages/rdp-alignment/trunk/debian/changelog 2016-10-20 18:24:38 UTC (rev 22853)
@@ -1,3 +1,11 @@
+rdp-alignment (1.2.0-2) UNRELEASED; urgency=medium
+
+ * Fix build when /bin/sh is set to bash (thanks for the patch to
+ Chris Lamb <lamby at debian.org)
+ Closes: #841440
+
+ -- Andreas Tille <tille at debian.org> Thu, 20 Oct 2016 20:22:53 +0200
+
rdp-alignment (1.2.0-1) unstable; urgency=medium
* Initial upload to Debian
Modified: trunk/packages/rdp-alignment/trunk/debian/rules
===================================================================
--- trunk/packages/rdp-alignment/trunk/debian/rules 2016-10-20 18:19:18 UTC (rev 22852)
+++ trunk/packages/rdp-alignment/trunk/debian/rules 2016-10-20 18:24:38 UTC (rev 22853)
@@ -27,7 +27,7 @@
cd src ; jar uf ../rdp-alignment.jar data
#Also set the manifest like so
echo usr/share/java/rdp-alignment.jar: >debian/manifest
- echo '\tClass-Path: commons-cli.jar commons-lang.jar commons-io.jar rdp-readseq.jar' >>debian/manifest
- echo '\tMain-Class: '`grep '^main.class=' nbproject/project.properties | cut -c 12-` >>debian/manifest
+ printf '\tClass-Path: commons-cli.jar commons-lang.jar commons-io.jar rdp-readseq.jar\n' >>debian/manifest
+ printf '\tMain-Class: '`grep '^main.class=' nbproject/project.properties | cut -c 12-`'\n' >>debian/manifest
More information about the debian-med-commit
mailing list