[Python-modules-commits] [osmalchemy] 02/07: Initialize git-dpm

Dominik George natureshadow-guest at moszumanska.debian.org
Wed Sep 28 12:13:48 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository osmalchemy.

commit 3eba760a8255c823b88e8a696ed41828f5bdd83d
Merge: f1e5882 d1d37ae
Author: Dominik George <nik at naturalnet.de>
Date:   Wed Sep 28 13:52:43 2016 +0200

    Initialize git-dpm

 debian/.git-dpm                                             |  8 ++++++++
 ...ix-encoding-bug-when-building-in-non-UTF-8-locale.patch} | 13 +++++++++++--
 debian/patches/series                                       |  2 +-
 setup.py                                                    |  2 +-
 4 files changed, 21 insertions(+), 4 deletions(-)

diff --cc debian/.git-dpm
index 0000000,0000000..3ba02f2
new file mode 100644
--- /dev/null
+++ b/debian/.git-dpm
@@@ -1,0 -1,0 +1,8 @@@
++# see git-dpm(1) from git-dpm package
++d1d37aeac3402ed7c4daa74c44dedfd16dfd91b3
++d1d37aeac3402ed7c4daa74c44dedfd16dfd91b3
++7e901306e6326b25a406283e168a6e833b79add1
++7e901306e6326b25a406283e168a6e833b79add1
++osmalchemy_0.1.post1.orig.tar.gz
++43aaa83840034c08e54bb0b430b5bff3b93f54d4
++24674
diff --cc debian/patches/0001-Fix-encoding-bug-when-building-in-non-UTF-8-locale.patch
index d097203,0000000..a7d305c
mode 100644,000000..100644
--- a/debian/patches/0001-Fix-encoding-bug-when-building-in-non-UTF-8-locale.patch
+++ b/debian/patches/0001-Fix-encoding-bug-when-building-in-non-UTF-8-locale.patch
@@@ -1,14 -1,0 +1,23 @@@
- Description: Fix encoding bug when building in non-UTF-8 locale
- Author: Dominik George <nik at naturalnet.de>
++From d1d37aeac3402ed7c4daa74c44dedfd16dfd91b3 Mon Sep 17 00:00:00 2001
++From: Dominik George <nik at naturalnet.de>
++Date: Wed, 28 Sep 2016 13:52:42 +0200
++Subject: Fix encoding bug when building in non-UTF-8 locale
++
 +Bug: https://github.com/Veripeditus/OSMAlchemy/issues/7
++---
++ setup.py | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/setup.py b/setup.py
++index a73503d..067f24b 100644
 +--- a/setup.py
 ++++ b/setup.py
 +@@ -38,7 +38,7 @@ setup(
 +     version = '0.1.post1',
 +     keywords = ['osm', 'openstreetmap', 'proxy', 'caching', 'orm'],
 +     description = 'OpenStreetMap to SQLAlchemy bridge',
 +-    long_description = open(os.path.join(MYDIR, "README.rst"), "r").read(),
 ++    long_description = open(os.path.join(MYDIR, "README.rst"), "r", encoding="utf-8").read(),
 +     url = 'https://github.com/Natureshadow/OSMAlchemy',
 + 
 +     # Author information
diff --cc debian/patches/series
index 6a7be37,0000000..f93f98a
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,0 +1,1 @@@
- setup-fix-encoding-bug.patch
++0001-Fix-encoding-bug-when-building-in-non-UTF-8-locale.patch

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



More information about the Python-modules-commits mailing list