[Python-modules-commits] [python-iso8601] 02/03: Initialize git-dpm
Barry Warsaw
barry at moszumanska.debian.org
Mon Jun 8 21:54:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-iso8601.
commit 84de8c616fe4d67e6912f7d09e013cb6266142f7
Merge: 971fa78 aff8eea
Author: Barry Warsaw <barry at python.org>
Date: Mon Jun 8 17:46:03 2015 -0400
Initialize git-dpm
debian/.git-dpm | 8 ++++++++
debian/patches/0001-fix-broken-distutils.patch | 1 +
setup.py | 2 +-
3 files changed, 10 insertions(+), 1 deletion(-)
diff --cc debian/.git-dpm
index 0000000,0000000..0509676
new file mode 100644
--- /dev/null
+++ b/debian/.git-dpm
@@@ -1,0 -1,0 +1,8 @@@
++# see git-dpm(1) from git-dpm package
++aff8eea323300be65ef8800a1507bc2338e0d6b2
++aff8eea323300be65ef8800a1507bc2338e0d6b2
++1a90ad5e79b2a5298d42a38308019e281bfc95c5
++1a90ad5e79b2a5298d42a38308019e281bfc95c5
++python-iso8601_0.1.10.orig.tar.gz
++523f48ec579c49c0c1496c094282b684e07d4b36
++8405
diff --cc debian/patches/0001-fix-broken-distutils.patch
index c9d7973,0000000..862b0d0
mode 100644,000000..100644
--- a/debian/patches/0001-fix-broken-distutils.patch
+++ b/debian/patches/0001-fix-broken-distutils.patch
@@@ -1,21 -1,0 +1,22 @@@
++From aff8eea323300be65ef8800a1507bc2338e0d6b2 Mon Sep 17 00:00:00 2001
+From: Benjamin Mako Hill <mako at debian.org>
+Date: Thu, 28 Aug 2014 10:52:33 -0700
+Subject: fix-broken-distutils
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 3e60572..04bbe06 100644
+--- a/setup.py
++++ b/setup.py
+@@ -3,7 +3,7 @@ import os
+ try:
+ from setuptools import setup
+ except ImportError:
+- from distutils import setup
++ from distutils.core import setup
+
+ long_description = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-iso8601.git
More information about the Python-modules-commits
mailing list