On 02/14/2015 03:54 PM, Mateusz Łukasik wrote:
> I think now it's done:
> http://mentors.debian.net/debian/pool/main/s/simpleburn/simpleburn_1.7.0-3.dsc

Thanks! I trimmed down your changes a bit to increase the chance for an
unblock.

Attaching the debdiff with the changes between 1.7.0-1 and 1.7.0-3 for
the release team.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
diff -Nru simpleburn-1.7.0/debian/changelog simpleburn-1.7.0/debian/changelog
--- simpleburn-1.7.0/debian/changelog	2014-07-28 14:22:17.000000000 +0200
+++ simpleburn-1.7.0/debian/changelog	2015-02-15 10:52:28.000000000 +0100
@@ -1,3 +1,21 @@
+simpleburn (1.7.0-3) unstable; urgency=medium
+
+  * Drop fix-bashisms.patch which contained errors and was
+    too invasive to be considered during the Jessie freeze.
+  * Add debian/patches/replace_shebangs.patch to replace all
+    #!/bin/sh shebangs with #!/bin/bash. (Closes: #772365)
+
+ -- Mateusz Łukasik <mat...@linuxmint.pl>  Sat, 14 Feb 2015 15:46:32 +0100
+
+simpleburn (1.7.0-2) unstable; urgency=medium
+
+  * Add patch to fix bashism in /bin/sh script -- thanks to
+    Georges Khaznadar <georges.khazna...@free.fr> for the help.
+    (Closes: #772365)
+  * Bump Standards-Version to 3.9.6 (no changes needed).
+
+ -- Mateusz Łukasik <mat...@linuxmint.pl>  Wed, 31 Dec 2014 15:22:53 +0100
+
 simpleburn (1.7.0-1) unstable; urgency=medium
 
   * New upstream release. (LP: #1279659)
diff -Nru simpleburn-1.7.0/debian/control simpleburn-1.7.0/debian/control
--- simpleburn-1.7.0/debian/control	2014-02-11 12:18:00.000000000 +0100
+++ simpleburn-1.7.0/debian/control	2014-12-31 15:13:28.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Mateusz Łukasik <mat...@linuxmint.pl>
 Build-Depends: debhelper (>= 9), cmake (>= 2.6), pkg-config, libudev-dev,
  libburn-dev, libgtk2.0-dev (>= 2.12) 
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://simpleburn.tuxfamily.org
 Vcs-Git: git://github.com/mati75/simpleburn.git
 Vcs-Browser: https://github.com/mati75/simpleburn.git
diff -Nru simpleburn-1.7.0/debian/patches/replace_shebangs.patch simpleburn-1.7.0/debian/patches/replace_shebangs.patch
--- simpleburn-1.7.0/debian/patches/replace_shebangs.patch	1970-01-01 01:00:00.000000000 +0100
+++ simpleburn-1.7.0/debian/patches/replace_shebangs.patch	2015-02-15 10:43:08.000000000 +0100
@@ -0,0 +1,34 @@
+Description: Replace all #!/bin/sh shebangs with #!/bin/bash
+Author: Mateusz Łukasik <mat...@linuxmint.pl>
+Bug-Debian: https://bugs.debian.org/772365
+
+Index: simpleburn-1.7.0/scripts/simpleburn-detect.sh
+===================================================================
+--- simpleburn-1.7.0.orig/scripts/simpleburn-detect.sh
++++ simpleburn-1.7.0/scripts/simpleburn-detect.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ function detect() {
+ 	device=$1 #assumes it is a valid CD / DVD device
+Index: simpleburn-1.7.0/scripts/simpleburn-gauges.sh
+===================================================================
+--- simpleburn-1.7.0.orig/scripts/simpleburn-gauges.sh
++++ simpleburn-1.7.0/scripts/simpleburn-gauges.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ function mencodergauge () {
+ 	totalsize=$1 #bytes
+Index: simpleburn-1.7.0/scripts/simpleburn.sh
+===================================================================
+--- simpleburn-1.7.0.orig/scripts/simpleburn.sh
++++ simpleburn-1.7.0/scripts/simpleburn.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ function printusage() {
+ 	echo "error: invalid parameters"
diff -Nru simpleburn-1.7.0/debian/patches/series simpleburn-1.7.0/debian/patches/series
--- simpleburn-1.7.0/debian/patches/series	2013-07-23 00:00:00.000000000 +0200
+++ simpleburn-1.7.0/debian/patches/series	2015-02-15 10:51:29.000000000 +0100
@@ -1 +1,2 @@
 fix_desktop.patch
+replace_shebangs.patch

Reply via email to