[med-svn] [Git][med-team/pycorrfit][master] 2 commits: Fix dh_fixperms
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Aug 5 14:52:01 BST 2022
Andreas Tille pushed to branch master at Debian Med / pycorrfit
Commits:
9f0e5a8e by Andreas Tille at 2022-08-05T15:48:33+02:00
Fix dh_fixperms
- - - - -
888d55c9 by Andreas Tille at 2022-08-05T15:50:44+02:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-pycorrfit (1.1.7+dfsg-2) UNRELEASED; urgency=medium
+pycorrfit (1.1.7+dfsg-2) unstable; urgency=medium
* Standards-Version: 4.6.1 (routine-update)
* debhelper-compat 13 (routine-update)
@@ -8,8 +8,9 @@ pycorrfit (1.1.7+dfsg-2) UNRELEASED; urgency=medium
* Rules-Requires-Root: no (routine-update)
* Fix LaTeX issue
Closes: #1016346
+ * Fix dh_fixperms
- -- Andreas Tille <tille at debian.org> Thu, 04 Aug 2022 16:10:59 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 05 Aug 2022 15:48:45 +0200
pycorrfit (1.1.7+dfsg-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -61,9 +61,12 @@ override_dh_install:
ln -s ../lib/$(DEB_SOURCE)/pycorrfit_run pycorrfit; cd -
mv debian/pycorrfit.xpm \
debian/$(DEB_SOURCE)/usr/share/pixmaps
- chmod -R 644 debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/external_model_functions/
rm -vf $(CURDIR)/debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)/pycorrfit/readfiles/read_pt3_scripts/README
+override_dh_fixperms:
+ dh_fixperms
+ find debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples -type f -name "*.txt" -exec chmod 644 \{\} \;
+
override_dh_compress:
dh_compress -Xsample_sessions -Xexternal_model_functions
View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/compare/2f178a91538e03c594948360e514c49b2ba33278...888d55c978696259cbaf989fcd134958a97e7d25
--
View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/compare/2f178a91538e03c594948360e514c49b2ba33278...888d55c978696259cbaf989fcd134958a97e7d25
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/20220805/fe831ee9/attachment-0001.htm>
More information about the debian-med-commit
mailing list