[Git][debian-gis-team/pyninjotiff][master] Improve clean target
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Thu Nov 11 09:58:00 GMT 2021
Antonio Valentino pushed to branch master at Debian GIS Project / pyninjotiff
Commits:
a17b011b by Antonio Valentino at 2021-11-11T09:55:25+00:00
Improve clean target
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pyninjotiff (0.4.0-2) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - improve clean target
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 11 Nov 2021 09:54:50 +0000
+
pyninjotiff (0.4.0-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -11,6 +11,6 @@ export PYBUILD_AFTER_INSTALL=rm -rf "{destdir}"/usr/lib/python3*/*-packages/pyni
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
- dh_auto_clean
-
- $(RM) -r *.egg-info
+ # dh_auto_clean
+ dh_clean
+ $(RM) -r *.egg-info .pybuild
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/a17b011b0450b4733f97f3ed60b58ef8103f7be0
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/a17b011b0450b4733f97f3ed60b58ef8103f7be0
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/pkg-grass-devel/attachments/20211111/a78e3990/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list