[med-svn] [Git][med-team/eigensoft][master] 3 commits: routine-update: Standards-Version: 4.6.2

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Jan 31 18:19:25 GMT 2024



Andreas Tille pushed to branch master at Debian Med / eigensoft


Commits:
3e0b1fef by Andreas Tille at 2024-01-31T18:38:27+01:00
routine-update: Standards-Version: 4.6.2

- - - - -
28c0296a by Andreas Tille at 2024-01-31T19:13:15+01:00
Change interpreter PATH only in debian dir not in upstream source

- - - - -
e2392a93 by Andreas Tille at 2024-01-31T19:18:51+01:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
-eigensoft (8.0.0+dfsg-2) UNRELEASED; urgency=medium
+eigensoft (8.0.0+dfsg-2) unstable; urgency=medium
 
   * Fix download filename in watch file
+  * Standards-Version: 4.6.2 (routine-update)
+  * Change interpreter PATH only in debian dir not in upstream source
+    Closes: #1045139
 
- -- Andreas Tille <tille at debian.org>  Sat, 05 Nov 2022 20:07:21 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 31 Jan 2024 19:16:19 +0100
 
 eigensoft (8.0.0+dfsg-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
                liblapack-dev,
                liblapacke-dev,
                libgsl-dev
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/eigensoft
 Vcs-Git: https://salsa.debian.org/med-team/eigensoft.git
 Homepage: http://www.hsph.harvard.edu/faculty/alkes-price/software/


=====================================
debian/rules
=====================================
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
@@ -32,7 +32,7 @@ override_dh_install:
 	# the original name in /usr/lib/debian-med/bin
 	mkdir -p debian/$(DEB_SOURCE)/usr/lib/debian-med/bin
 	for pl in $(WRAPPERS) ; do \
-	    rm debian/$(DEB_SOURCE)/usr/bin/$${pl} ; \
+	    rm -f debian/$(DEB_SOURCE)/usr/bin/$${pl} ; \
 	    sed -i \
 	        -e "s?\(command[[:space:]]*=[[:space:]]*\"\)\($${pl}\)?\1/usr/lib/$(DEB_SOURCE)/\2?" \
                 -e "s?\(cmd[[:space:]]*=[[:space:]]*\"\)\($${pl}\)?\1/usr/lib/$(DEB_SOURCE)/\2?" \
@@ -42,7 +42,7 @@ override_dh_install:
 	    cp -a debian/$(DEB_SOURCE)/usr/bin/$${pl}.perl debian/$(DEB_SOURCE)/usr/bin/$${pl} ; \
 	    mv debian/$(DEB_SOURCE)/usr/bin/$${pl}.perl debian/$(DEB_SOURCE)/usr/lib/debian-med/bin ; \
 	done
-	for pl in `grep -lR '/usr/.*/bin/perl' | grep -v debian/rules` ; do \
+	cd debian && for pl in `grep -lR '/usr/.*/bin/perl' | grep -v debian/rules` ; do \
 	    sed -i -e "s?/usr/.*/bin/perl?/usr/bin/perl?" $${pl} ; \
 	done
 	rm debian/$(DEB_SOURCE)/usr/bin/gc.perl



View it on GitLab: https://salsa.debian.org/med-team/eigensoft/-/compare/3cc96a21a4a8432e3c6b7c318d36b97e0e5ac0bf...e2392a93be46041cd437907c2a6b1b8a9a7cd221

-- 
View it on GitLab: https://salsa.debian.org/med-team/eigensoft/-/compare/3cc96a21a4a8432e3c6b7c318d36b97e0e5ac0bf...e2392a93be46041cd437907c2a6b1b8a9a7cd221
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/20240131/d814f22d/attachment-0001.htm>


More information about the debian-med-commit mailing list