[med-svn] [Git][med-team/librg-utils-perl][master] 3 commits: Fix clean target

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Dec 18 16:27:56 GMT 2024



Andreas Tille pushed to branch master at Debian Med / librg-utils-perl


Commits:
a8f0fd1e by Andreas Tille at 2024-12-18T17:25:46+01:00
Fix clean target

- - - - -
f994c6f4 by Andreas Tille at 2024-12-18T17:26:04+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
fb70aeb5 by Andreas Tille at 2024-12-18T17:27:15+01:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- + debian/clean
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+librg-utils-perl (1.0.43-9) unstable; urgency=medium
+
+  * Fix clean target
+    Closes: #1045341, #1049488
+  * Standards-Version: 4.7.0 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 18 Dec 2024 17:26:28 +0100
+
 librg-utils-perl (1.0.43-8) unstable; urgency=medium
 
   * Upstream download vanished


=====================================
debian/clean
=====================================
@@ -0,0 +1,7 @@
+Build
+build-stamp
+config.log
+config.status
+configure~
+Makefile
+MYMETA.json


=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
                perl,
                libmodule-build-perl,
                debhelper
-Standards-Version: 4.6.0
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/librg-utils-perl
 Vcs-Git: https://salsa.debian.org/med-team/librg-utils-perl.git
 Homepage: https://predictprotein.org/


=====================================
debian/rules
=====================================
@@ -14,5 +14,13 @@ override_dh_auto_install:
 	$(MAKE) DESTDIR=$(CURDIR)/debian/$(DEB_SOURCE) install
 
 override_dh_auto_clean:
+	rm -rf autom4te.cache blib Build
 	dh_auto_clean
 	if [ -f Makefile ] ; then make distclean ; fi
+	if [ -f Makefile.in.bak ] ; then mv Makefile.in.bak Makefile.in ; fi
+	if [ -f configure.bak ] ; then mv configure.bak configure ; fi
+
+override_dh_auto_configure:
+	cp -a Makefile.in Makefile.in.bak
+	cp -a configure configure.bak
+	dh_auto_configure



View it on GitLab: https://salsa.debian.org/med-team/librg-utils-perl/-/compare/178207e47fd48436d40e73a55657d88c74f9f3d8...fb70aeb556f232a407dec59c08e72c512d2a2d75

-- 
View it on GitLab: https://salsa.debian.org/med-team/librg-utils-perl/-/compare/178207e47fd48436d40e73a55657d88c74f9f3d8...fb70aeb556f232a407dec59c08e72c512d2a2d75
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/20241218/e29e4e2a/attachment-0001.htm>


More information about the debian-med-commit mailing list