[Python-modules-commits] [python-xmp-toolkit] 01/08: removed patches for git-dpm conversion

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Oct 17 22:38:47 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository python-xmp-toolkit.

commit ba8efc21ceeae7f1cfa5ba35de45d4e3544178b7
Author: Daniel Stender <debian at danielstender.com>
Date:   Sun Oct 18 00:32:37 2015 +0200

    removed patches for git-dpm conversion
---
 debian/patches/docs-no-updated-timestamp.patch | 18 ------------------
 debian/patches/hardcode-library-name.diff      | 17 -----------------
 debian/patches/series                          |  2 --
 3 files changed, 37 deletions(-)

diff --git a/debian/patches/docs-no-updated-timestamp.patch b/debian/patches/docs-no-updated-timestamp.patch
deleted file mode 100644
index f6f14d5..0000000
--- a/debian/patches/docs-no-updated-timestamp.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: no last-updated-timestamp in Sphinx docs
- for reproducible building
-Author: Daniel Stender <debian at danielstender.com>
-Bug: https://bugs.debian.org/782337
-Forwarded: not-needed
-Last-Update: 2014-04-12
-
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -125,7 +125,7 @@
- 
- # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
- # using the given strftime format.
--html_last_updated_fmt = '%b %d, %Y'
-+# html_last_updated_fmt = '%b %d, %Y'
- 
- # If true, SmartyPants will be used to convert quotes and dashes to
- # typographically correct entities.
diff --git a/debian/patches/hardcode-library-name.diff b/debian/patches/hardcode-library-name.diff
deleted file mode 100644
index 595ded8..0000000
--- a/debian/patches/hardcode-library-name.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Hardcode library name (instead of using ctypes.util.find_library).
-Author: Jakub Wilk <jwilk at debian.org>
-Forwarded: no
-Reviewed-by: Daniel Stender <debian at danielstender.com>
-Last-Update: 2014-07-14
-
---- a/libxmp/exempi.py
-+++ b/libxmp/exempi.py
-@@ -49,7 +49,7 @@ def _load_exempi():
-     """
-     Loads exempi library.
-     """
--    path = ctypes.util.find_library('exempi')
-+    path = 'libexempi.so.3'
-     if path is None:
-         if platform.system().startswith('Darwin'):
-             if os.path.exists('/opt/local/lib/libexempi.dylib'):
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a751edb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-docs-no-updated-timestamp.patch
-hardcode-library-name.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-xmp-toolkit.git



More information about the Python-modules-commits mailing list