Liubov Chuprikova pushed to branch master at Debian Med / gff2ps

Commits:
7aa13255 by Liubov Chuprikova at 2018-07-11T13:20:11+03:00
Add a patch to fix exit status

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/exit_with_zero_when_success.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gff2ps (0.98l-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch to fix exit status
+
+ -- Liubov Chuprikova <chuprikov...@gmail.com>  Wed, 11 Jul 2018 13:17:27 +0300
+
 gff2ps (0.98l-1) unstable; urgency=medium
 
   * Upstream does not provide a tarball but rather the gziped source file


=====================================
debian/patches/exit_with_zero_when_success.patch
=====================================
--- /dev/null
+++ b/debian/patches/exit_with_zero_when_success.patch
@@ -0,0 +1,17 @@
+Author: Liubov Chuprikova <chuprikov...@gmail.com>
+Last-Update: Wed, 11 July 2018 12:58:50 +0300
+Description: Do not substitute exit 0 with exit 1
+
+
+--- a/gff2ps_v0.98l
++++ b/gff2ps_v0.98l
+@@ -78,7 +78,8 @@
+ 
+ #
+ # To delete temporary files if program breaks...
+-trap "rm -f $GWKPRG $GWKOPT $PSHEAD $PSMAIN 2>/dev/null; exit 1" 0 1 2 3 9 15 
;
++trap "exit 1" 1 2 3 9 15 ;
++trap "rm -f $GWKPRG $GWKOPT $PSHEAD $PSMAIN 2>/dev/null" 0 ;
+ 
+ #
+ # Defining Default Values...


=====================================
debian/patches/series
=====================================
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+exit_with_zero_when_success.patch



View it on GitLab: 
https://salsa.debian.org/med-team/gff2ps/commit/7aa1325548f6927e09d9be021b30e5629a9f46a4

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/gff2ps/commit/7aa1325548f6927e09d9be021b30e5629a9f46a4
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to