[Python-modules-commits] [python-demjson] 05/08: update changelog

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Nov 25 12:30:36 UTC 2015


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

takaki pushed a commit to branch master
in repository python-demjson.

commit 1c555173ee875b777aacc12afa439a6f261e1c53
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Wed Nov 25 20:19:43 2015 +0900

    update changelog
---
 debian/changelog                | 14 ++++++++++++++
 debian/compat                   |  2 +-
 debian/install                  |  1 -
 debian/install.python-jsonlint  |  2 ++
 debian/install.python3-jsonlint |  2 ++
 5 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f1a0ef..6cf1eef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+python-demjson (2.2.3-1) UNRELEASED; urgency=medium
+
+  [ SVN-Git Migration ]
+  * git-dpm config
+  * Update Vcs fields for git migration
+
+  [ TANIGUCHI Takaki ]
+  * debian/watch: Use pypy.debian.net.
+  * Imported Upstream version 2.2.3
+  * Bump Standards-Version to 3.9.6.
+  * Add py suffix to CLI utility. (Closes: #778468)
+
+ -- SVN-Git Migration <python-modules-team at lists.alioth.debian.org>  Wed, 25 Nov 2015 20:18:26 +0900
+
 python-demjson (2.2.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 0b33d82..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-jsonlint /usr/bin
diff --git a/debian/install.python-jsonlint b/debian/install.python-jsonlint
new file mode 100644
index 0000000..187d4a6
--- /dev/null
+++ b/debian/install.python-jsonlint
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+jsonlint => /usr/bin/jsonlint-py
diff --git a/debian/install.python3-jsonlint b/debian/install.python3-jsonlint
new file mode 100644
index 0000000..b301a19
--- /dev/null
+++ b/debian/install.python3-jsonlint
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+jsonlint => /usr/bin/jsonlint-py3

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



More information about the Python-modules-commits mailing list