[med-svn] [Git][python-team/packages/python-easydev][master] 2 commits: Rules: use execute_after instead of an override for dh_install.

jcfp (@jcfp) gitlab at salsa.debian.org
Sun Dec 4 20:37:49 GMT 2022



jcfp pushed to branch master at Debian Python Team / packages / python-easydev


Commits:
a84a49c7 by Jeroen Ploemen at 2022-12-04T21:32:12+01:00
Rules: use execute_after instead of an override for dh_install.

- - - - -
807a2f79 by Jeroen Ploemen at 2022-12-04T21:33:00+01:00
unreleased -> unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,6 @@
-python-easydev (0.12.0+dfsg-4) UNRELEASED; urgency=medium
+python-easydev (0.12.0+dfsg-4) unstable; urgency=medium
+
+  * Team upload.
 
   [ Debian Janitor ]
   * Update standards version to 4.6.1, no changes needed.
@@ -6,7 +8,10 @@ python-easydev (0.12.0+dfsg-4) UNRELEASED; urgency=medium
   [ Mohammed Bilal ]
   * remove python3-nose from B-D (Closes: #1018484)
 
- -- Mohammed Bilal <mdbilal at disroot.org>  Sun, 04 Dec 2022 01:10:42 +0530
+  [ Jeroen Ploemen ]
+  * Rules: use execute_after instead of an override for dh_install.
+
+ -- Mohammed Bilal <mdbilal at disroot.org>  Sun, 04 Dec 2022 20:32:25 +0000
 
 python-easydev (0.12.0+dfsg-3) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -10,9 +10,7 @@ export PYBUILD_TEST_ARGS=-k "not test_url"
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
-override_dh_install:
-	dh_install
-
+execute_after_dh_install:
 	# remove coverage report
 	$(RM) debian/*/usr/lib/python*/dist-packages/.coverage
 



View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/compare/45a2ce8094633906ff64142ee409aa2d2a90fcd6...807a2f7969e2eb5cc4402ec90338a3afa00eb1be

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/compare/45a2ce8094633906ff64142ee409aa2d2a90fcd6...807a2f7969e2eb5cc4402ec90338a3afa00eb1be
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221204/72c141b7/attachment-0001.htm>


More information about the debian-med-commit mailing list