[Python-modules-commits] [ujson] 02/05: Initialize git-dpm
Sandro Tosi
morph at moszumanska.debian.org
Wed Nov 4 03:24:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository ujson.
commit 0f144887650c8e463905c4a950553fbcfae5d841
Merge: d81da58 a31beae
Author: Sandro Tosi <morph at debian.org>
Date: Wed Nov 4 03:21:16 2015 +0000
Initialize git-dpm
debian/.git-dpm | 8 ++++++++
debian/patches/0001-dont-remove-build-dir.patch | 25 +++++++++++++++++++++++++
debian/patches/dont-remove-build-dir.patch | 16 ----------------
debian/patches/series | 2 +-
setup.py | 5 -----
5 files changed, 34 insertions(+), 22 deletions(-)
diff --cc debian/.git-dpm
index 0000000,0000000..a9aaba2
new file mode 100644
--- /dev/null
+++ b/debian/.git-dpm
@@@ -1,0 -1,0 +1,8 @@@
++# see git-dpm(1) from git-dpm package
++a31beae6598d46bd88a6490ab98b358aeb666726
++a31beae6598d46bd88a6490ab98b358aeb666726
++628970a053837ab149cfdecd022b5913c8e0d06b
++628970a053837ab149cfdecd022b5913c8e0d06b
++ujson_1.33.orig.tar.gz
++6b15bee374fafbea497f84e620bd00ca7f85e94d
++185128
diff --cc debian/patches/0001-dont-remove-build-dir.patch
index 0000000,0000000..94eaa30
new file mode 100644
--- /dev/null
+++ b/debian/patches/0001-dont-remove-build-dir.patch
@@@ -1,0 -1,0 +1,25 @@@
++From a31beae6598d46bd88a6490ab98b358aeb666726 Mon Sep 17 00:00:00 2001
++From: Sandro Tosi <morph at debian.org>
++Date: Wed, 4 Nov 2015 03:21:15 +0000
++Subject: dont-remove-build-dir
++
++---
++ setup.py | 5 -----
++ 1 file changed, 5 deletions(-)
++
++diff --git a/setup.py b/setup.py
++index 0bc6985..edd934a 100644
++--- a/setup.py
+++++ b/setup.py
++@@ -22,11 +22,6 @@ Programming Language :: Python :: 3
++ Programming Language :: Python :: 3.2
++ """.splitlines()))
++
++-try:
++- shutil.rmtree("./build")
++-except(OSError):
++- pass
++-
++ module1 = Extension('ujson',
++ sources = ['./python/ujson.c',
++ './python/objToJSON.c',
diff --cc debian/patches/series
index 80a6738,0000000..55c947e
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,0 +1,1 @@@
- dont-remove-build-dir.patch
++0001-dont-remove-build-dir.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ujson.git
More information about the Python-modules-commits
mailing list