summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin <debacle@debian.org>2022-10-18 20:43:36 +0000
committerMartin <debacle@debian.org>2022-10-18 20:43:36 +0000
commit55701eb6617d691c85738eec5a550e2b68bcb1fc (patch)
tree8c4511e80af33bfeb1ccfd887d578f6f8e72c225
parent4faa30b931c5fff6e2aea1fb5b21afed5826f134 (diff)
prepare 2.11.0-1
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b680ff0..925fb58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-aiohttp-session (2.11.0-1) unstable; urgency=medium
+
+ * New upstream version
+
+ -- Martin <debacle@debian.org> Tue, 18 Oct 2022 20:27:49 +0000
+
python-aiohttp-session (2.9.0-4) unstable; urgency=medium
[ Debian Janitor ]
diff --git a/debian/rules b/debian/rules
index 8cb5357..b8bdbaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
export http_proxy = http://127.0.1.1:9/
export https_proxy = ${http_proxy}
+
# testing disabled for now, because of missing packages
export PYBUILD_DISABLE=test
export PYBUILD_NAME=aiohttp_session
@@ -9,6 +10,5 @@ export PYBUILD_NAME=aiohttp_session
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
-override_dh_auto_build:
- dh_auto_build
+execute_after_dh_auto_build:
cd docs/ ; $(MAKE) html