[Python-modules-commits] [django-hstore] 05/07: Fix non-ascii character in README.rst

Scott Kitterman kitterman at moszumanska.debian.org
Sat Nov 26 23:16:51 UTC 2016


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

kitterman pushed a commit to branch master
in repository django-hstore.

commit 6f3665ddf85f2a82423f2172b40f2e84f46dc2a0
Merge: d2016d3 45a0826
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Nov 26 16:56:29 2016 -0500

    Fix non-ascii character in README.rst

 README.rst                                         |  2 +-
 debian/.git-dpm                                    |  4 ++--
 debian/changelog                                   |  3 ++-
 ...001-Fix-non-ascii-character-in-README.rst.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 5 files changed, 28 insertions(+), 4 deletions(-)

diff --cc debian/.git-dpm
index 2ed3074,0000000..cca6645
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- b16ee57cdd3438b3d6f9e8b8302e3f5c1609d543
- b16ee57cdd3438b3d6f9e8b8302e3f5c1609d543
++45a08265ad82c04c310f93438140ffc794eb258f
++45a08265ad82c04c310f93438140ffc794eb258f
 +b16ee57cdd3438b3d6f9e8b8302e3f5c1609d543
 +b16ee57cdd3438b3d6f9e8b8302e3f5c1609d543
 +django-hstore_1.5~alpha~git20161126+dfsg.orig.tar.gz
 +e0db428ab3ca05b0108d218b17d2b95e5fce67df
 +35996
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index d172abb,0000000..8fd8146
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,6 @@@
 +django-hstore (1.5~alpha~git20161126+dfsg-1) unstable; urgency=medium
 +
 +  * Initial release. (Closes: #845805)
++  * Fix non-ascii character in README.rst
 +
-  -- Scott Kitterman <scott at kitterman.com>  Sat, 26 Nov 2016 16:42:12 -0500
++ -- Scott Kitterman <scott at kitterman.com>  Sat, 26 Nov 2016 16:56:30 -0500
diff --cc debian/patches/0001-Fix-non-ascii-character-in-README.rst.patch
index 0000000,0000000..e1419e0
new file mode 100644
--- /dev/null
+++ b/debian/patches/0001-Fix-non-ascii-character-in-README.rst.patch
@@@ -1,0 -1,0 +1,22 @@@
++From 45a08265ad82c04c310f93438140ffc794eb258f Mon Sep 17 00:00:00 2001
++From: Scott Kitterman <scott at kitterman.com>
++Date: Sat, 26 Nov 2016 16:56:03 -0500
++Subject: Fix non-ascii character in README.rst
++
++---
++ README.rst | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/README.rst b/README.rst
++index b8d5cac..a2231e5 100644
++--- a/README.rst
+++++ b/README.rst
++@@ -22,7 +22,7 @@ django-hstore
++ 
++ You need **dynamic columns** in your tables. What do you do?
++ 
++-- Create lots of tables to handle it. Nice, now you’ll need more models and lots of additional sqls. Insertion and selection will be slow as hell.
+++- Create lots of tables to handle it. Nice, now you'll need more models and lots of additional sqls. Insertion and selection will be slow as hell.
++ - Use a **noSQL** database just for this issue. **Good luck**.
++ - Create a serialized column. Nice, insertion will be fine, and reading data from a record too. But, what if you have a condition in your select that includes serialized data? Yeah, regular expressions.
++ 
diff --cc debian/patches/series
index 0000000,0000000..8bf2f51
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++0001-Fix-non-ascii-character-in-README.rst.patch

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



More information about the Python-modules-commits mailing list