[yorick] 02/02: yorick (2.2.04+dfsg1-1) unstable; urgency=low
Thibaut Jean-Claude Paumard
thibaut at moszumanska.debian.org
Wed May 20 08:53:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
thibaut pushed a commit to branch master
in repository yorick.
commit d82ba6970b3148dde9999313d9d951124c9b947e
Author: Thibaut Paumard <thibaut at debian.org>
Date: Wed May 20 10:52:54 2015 +0200
yorick (2.2.04+dfsg1-1) unstable; urgency=low
* New upstream release (with same version, hence bumping the dfsg
repacking level). Contains our fix from 2.2.04+dfsg-2.
-- Thibaut Paumard <thibaut at debian.org> Wed, 20 May 2015 10:01:36 +0200
---
debian/changelog | 7 +++++++
debian/patches/segfault-at-startup | 20 --------------------
debian/patches/series | 1 -
3 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9e179b0..83ff729 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+yorick (2.2.04+dfsg1-1) unstable; urgency=low
+
+ * New upstream release (with same version, hence bumping the dfsg
+ repacking level). Contains our fix from 2.2.04+dfsg-2.
+
+ -- Thibaut Paumard <thibaut at debian.org> Wed, 20 May 2015 10:01:36 +0200
+
yorick (2.2.04+dfsg-3) unstable; urgency=low
* Build MPY on pp64el.
diff --git a/debian/patches/segfault-at-startup b/debian/patches/segfault-at-startup
deleted file mode 100644
index 6b9996a..0000000
--- a/debian/patches/segfault-at-startup
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: SEGFAULT at startup if not in the first PATH
- This is due to lack of \0 at the end of tried path in slinks.c
-Author: Thibaut Paumard <thibaut at debian.org>
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/785692
-Forwarded: Yes (by e-mail)
-Last-Update: 2015-05-19
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/play/unix/slinks.c
-+++ b/play/unix/slinks.c
-@@ -101,7 +101,7 @@
- }
- if (wkspc[j-1] == '/') s = 0;
- else s = 1, wkspc[j] = '/';
-- for (; j<k+i && j+s<P_WKSIZ ; j++) wkspc[j+s] = argv0[j-k];
-+ for (; j<k+i+1 && j+s<P_WKSIZ ; j++) wkspc[j+s] = argv0[j-k];
- if (u_executable_file(wkspc) >= 0) break;
- k = 0;
- c = path[0];
diff --git a/debian/patches/series b/debian/patches/series
index 0ead375..34ded65 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-segfault-at-startup
template_html
help_text
packinfo_txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yorick.git
More information about the debian-science-commits
mailing list