[ros-genlisp] 02/03: Remove patch (accepted upstream)

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sat Sep 17 16:20:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

jspricke pushed a commit to branch master
in repository ros-genlisp.

commit ec505578655f06c8e87c7af08ed312181ba72f78
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Sep 17 18:18:21 2016 +0200

    Remove patch (accepted upstream)
---
 ...rt-message-list-to-make-build-reproducible.patch | 21 ---------------------
 debian/patches/series                               |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/0002-sort-message-list-to-make-build-reproducible.patch b/debian/patches/0002-sort-message-list-to-make-build-reproducible.patch
deleted file mode 100644
index cd0fe30..0000000
--- a/debian/patches/0002-sort-message-list-to-make-build-reproducible.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Jochen Sprickerhof <git at jochen.sprickerhof.de>
-Date: Mon, 11 Jul 2016 15:53:40 +0200
-Subject: sort message list to make build reproducible
-
----
- src/genlisp/generate.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/genlisp/generate.py b/src/genlisp/generate.py
-index b187127..d1d3ce7 100644
---- a/src/genlisp/generate.py
-+++ b/src/genlisp/generate.py
-@@ -736,7 +736,7 @@ def msg_list(pkg, search_path, ext):
-     files = []
-     for d in dir_list:
-         files.extend([f for f in os.listdir(d) if f.endswith(ext)])
--    return [f[:-len(ext)] for f in files]
-+    return sorted([f[:-len(ext)] for f in files])
- 
- def generate_msg_from_spec(msg_context, spec, search_path, output_dir, package):
-     """
diff --git a/debian/patches/series b/debian/patches/series
index 9e5dce8..e423f74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-Fix-location-of-gen_lisp.py.patch
-0002-sort-message-list-to-make-build-reproducible.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-genlisp.git



More information about the debian-science-commits mailing list