summaryrefslogtreecommitdiff
diff options
authorOndřej Nový <onovy@debian.org>2019-07-25 15:11:51 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2019-07-25 16:41:20 +0000
commit4dcb3ef644f241af3600f020594e406212a72eb9 (patch)
treea0b2cb90b104ff19d1b559261e49cb28a3443034
parentd41f2fbf3b7b22409dad2282a82d75363f363cbd (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/watch: Use https protocol * Convert git repository from git-dpm to gbp layout * Use debhelper-compat instead of debian/compat. * Drop Python 2 support.
-rw-r--r--debian/.git-dpm11
-rw-r--r--debian/changelog12
-rw-r--r--debian/compat1
-rw-r--r--debian/control29
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/watch4
7 files changed, 19 insertions, 42 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 846ade9..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-659829a63f423c495e6fbcc7a053235426234513
-659829a63f423c495e6fbcc7a053235426234513
-b427257b8230a01eb8c01154fc1cc8f9f67a5419
-b427257b8230a01eb8c01154fc1cc8f9f67a5419
-python-testing.postgresql_1.3.0.orig.tar.gz
-0e08d0bc0b958f90bd30f2d75087a946912af012
-11000
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
index dd953b5..6784190 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-testing.postgresql (1.3.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: Set Vcs-* to salsa.debian.org
+ * d/copyright: Use https protocol in Format field
+ * d/watch: Use https protocol
+ * Convert git repository from git-dpm to gbp layout
+ * Use debhelper-compat instead of debian/compat.
+ * Drop Python 2 support.
+
+ -- Ondřej Nový <onovy@debian.org> Thu, 25 Jul 2019 15:11:51 +0200
+
python-testing.postgresql (1.3.0-1) unstable; urgency=low
* Initial release. (Closes: #838582)
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 65f24b1..75f1c92 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,9 @@ Uploaders:
Section: python
Priority: optional
Build-Depends:
- debhelper (>= 10),
+ debhelper-compat (= 10),
dh-python,
postgresql,
- python-all (>= 2.6.6-3),
- python-nose,
- python-pg8000 (>= 1.10),
- python-psycopg2,
- python-setuptools (>= 0.6b3),
- python-sqlalchemy,
- python-testing.common.database (>= 1.1.0),
python3-all,
python3-nose,
python3-pg8000 (>= 1.10),
@@ -25,24 +18,8 @@ Build-Depends:
Standards-Version: 3.9.8
Homepage: https://github.com/tk0miya/testing.postgresql
Testsuite: autopkgtest-pkg-python
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-testing.postgresql.git
-Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testing.postgresql.git
-
-Package: python-testing.postgresql
-Architecture: all
-Depends:
- postgresql,
- ${misc:Depends},
- ${python:Depends},
-Description: Python testing.* framework - PostgreSQL helpers (Python 2)
- The testing.* Python modules provide a framework for Python unit test suites
- that need to run tests against servers, like network-based DBMSs.
- .
- testing.postgresql contains helper classes to work with a temporary
- PostgreSQL server. It automatically sets up a PostgreSQL instance in a
- temporary directory, and destroys it after testing.
- .
- This package contains the Python 2 version.
+Vcs-Git: https://salsa.debian.org/python-team/modules/python-testing.postgresql.git
+Vcs-Browser: https://salsa.debian.org/python-team/modules/python-testing.postgresql
Package: python3-testing.postgresql
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 2402168..af88300 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: testing.postgresql
Upstream-Contact: Takeshi KOMIYA <i.tkomiya@gmail.com>
Source: https://github.com/tk0miya/testing.postgresql
diff --git a/debian/rules b/debian/rules
index 5a940b1..549f565 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export PYBUILD_NAME=testing.postgresql
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_installchangelogs:
csplit README.rst '%^History$$%'
diff --git a/debian/watch b/debian/watch
index b932fb2..5e5b781 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-# please also check http://pypi.debian.net/testing.postgresql/watch
+# please also check https://pypi.debian.net/testing.postgresql/watch
version=3
opts="uversionmangle=s/(rc|a|b|c)/~$1/" \
-http://pypi.debian.net/testing.postgresql/testing.postgresql-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/testing.postgresql/testing.postgresql-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))