[Python-modules-commits] [pg8000] 04/04: Add changelog.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Oct 13 10:59:06 UTC 2016


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

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

commit 49596e133032957f0615b6811ba7b058f52f4308
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Oct 13 11:51:52 2016 +0200

    Add changelog.
---
 debian/control                             | 3 ++-
 debian/python-pg8000-doc.links             | 1 +
 debian/python-pg8000-doc.lintian-overrides | 2 ++
 debian/python-pg8000.install               | 2 ++
 debian/python-pg8000.lintian-overrides     | 2 --
 debian/python3-pg8000.install              | 2 ++
 debian/python3-pg8000.lintian-overrides    | 2 --
 7 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index a5a2d58..d0681ad 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
  Rahul Amaram <amaramrahul at users.sourceforge.net>,
 Build-Depends:
  debhelper (>= 10),
+ dh-exec,
  dh-python,
  python-all,
  python-setuptools,
@@ -63,7 +64,7 @@ Description: Pure-Python PostgreSQL Driver (Python 3)
 Package: python-pg8000-doc
 Architecture: all
 Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: libjs-jquery, libjs-underscore, ${sphinxdoc:Depends}, ${misc:Depends}
 Description: Pure-Python PostgreSQL Driver (documentation)
  pg8000 is a Pure-Python interface to the PostgreSQL database engine.  It is
  one of many PostgreSQL interfaces for the Python programming language. pg8000
diff --git a/debian/python-pg8000-doc.links b/debian/python-pg8000-doc.links
index e374343..b1f930d 100644
--- a/debian/python-pg8000-doc.links
+++ b/debian/python-pg8000-doc.links
@@ -1,2 +1,3 @@
 usr/share/javascript/jquery/jquery.js usr/share/doc/python-pg8000-doc/html/_static/jquery.js
 usr/share/javascript/underscore/underscore.js usr/share/doc/python-pg8000-doc/html/_static/underscore.js
+usr/share/doc/python-pg8000-doc/html/_sources/release_notes.rst usr/share/doc/python-pg8000-doc/changelog
diff --git a/debian/python-pg8000-doc.lintian-overrides b/debian/python-pg8000-doc.lintian-overrides
new file mode 100644
index 0000000..8501311
--- /dev/null
+++ b/debian/python-pg8000-doc.lintian-overrides
@@ -0,0 +1,2 @@
+# it's a symlink to a sphinxdoc source file
+python-pg8000-doc binary: changelog-file-not-compressed changelog
diff --git a/debian/python-pg8000.install b/debian/python-pg8000.install
new file mode 100755
index 0000000..6546c0c
--- /dev/null
+++ b/debian/python-pg8000.install
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+doc/release_notes.rst => usr/share/doc/python-pg8000/changelog
diff --git a/debian/python-pg8000.lintian-overrides b/debian/python-pg8000.lintian-overrides
deleted file mode 100644
index b52fc33..0000000
--- a/debian/python-pg8000.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream does not provide a changelog
-python-pg8000 binary: no-upstream-changelog
diff --git a/debian/python3-pg8000.install b/debian/python3-pg8000.install
new file mode 100755
index 0000000..6127ecd
--- /dev/null
+++ b/debian/python3-pg8000.install
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+doc/release_notes.rst => usr/share/doc/python3-pg8000/changelog
diff --git a/debian/python3-pg8000.lintian-overrides b/debian/python3-pg8000.lintian-overrides
deleted file mode 100644
index 252cdfd..0000000
--- a/debian/python3-pg8000.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream does not provide a changelog
-python3-pg8000 binary: no-upstream-changelog

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



More information about the Python-modules-commits mailing list