[med-svn] [Git][med-team/reprof][master] 7 commits: d/rules: execute cleanup before dh_auto_clean.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Feb 28 13:11:32 GMT 2026



Étienne Mollier pushed to branch master at Debian Med / reprof


Commits:
0429e2fd by Étienne Mollier at 2026-02-28T13:55:44+01:00
d/rules: execute cleanup before dh_auto_clean.

Closes: #1045897

- - - - -
53939fc0 by Étienne Mollier at 2026-02-28T14:00:00+01:00
d/control: drop redundant Priority: optional.

- - - - -
ebef3738 by Étienne Mollier at 2026-02-28T14:00:14+01:00
d/control: drop redundant Rules-Requires-Root: no.

- - - - -
007cb63f by Étienne Mollier at 2026-02-28T14:00:36+01:00
d/control: declare compliance to standards version 4.7.3.

- - - - -
2f7fa957 by Étienne Mollier at 2026-02-28T14:02:00+01:00
d/watch: convert to version 5 untrackable watch file.

- - - - -
852536d8 by Étienne Mollier at 2026-02-28T14:10:27+01:00
no_pp-popcon.patch: normalize Last-Update timestamp.

- - - - -
bc51a7f9 by Étienne Mollier at 2026-02-28T14:11:05+01:00
d/changelog: ready for upload to unstable.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/patches/no_pp-popcon.patch
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+reprof (1.0.1-10) unstable; urgency=medium
+
+  * Team upload.
+  * d/rules: execute cleanup before dh_auto_clean. (Closes: #1045897)
+  * d/control: drop redundant Priority: optional.
+  * d/control: drop redundant Rules-Requires-Root: no.
+  * d/control: declare compliance to standards version 4.7.3.
+  * d/watch: convert to version 5 untrackable watch file.
+  * no_pp-popcon.patch: normalize Last-Update timestamp.
+
+ -- Étienne Mollier <emollier at debian.org>  Sat, 28 Feb 2026 14:10:50 +0100
+
 reprof (1.0.1-9) unstable; urgency=medium
 
   * Revert: Add missing build dependency on dh addon.


=====================================
debian/control
=====================================
@@ -4,14 +4,12 @@ Uploaders: Peter Hoenigschmid <hoenigschmid at rostlab.org>,
            Laszlo Kajan <lkajan at rostlab.org>,
            Andreas Tille <tille at debian.org>
 Section: science
-Priority: optional
 Build-Depends: debhelper-compat (= 13),
                libmodule-build-perl
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Vcs-Browser: https://salsa.debian.org/med-team/reprof
 Vcs-Git: https://salsa.debian.org/med-team/reprof.git
 Homepage: https://rostlab.org/
-Rules-Requires-Root: no
 
 Package: reprof
 Architecture: all


=====================================
debian/patches/no_pp-popcon.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Tue, 18 Jan 2022 19:02:40 +0100
+Last-Update: 2022-01-18
 Description: Stop using pp_popcon
 
 --- a/reprof.spec


=====================================
debian/rules
=====================================
@@ -1,9 +1,5 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 export DH_OPTIONS=-v
 
@@ -12,16 +8,17 @@ include /usr/share/dpkg/default.mk
 %:
 	dh $@
 
-override_dh_clean:
+execute_before_dh_auto_clean:
 	find . -name Makefile -delete
 	# restore reprof.spec which is removed in the build process
-	if [ ! -e reprof.spec ] ; then sed 's/@VERSION@/$(DEB_VERSION_UPSTREAM)/' reprof.spec.in > reprof.spec ; fi
-	dh_clean
+	if [ ! -e reprof.spec ] \
+	; then sed 's/@VERSION@/$(DEB_VERSION_UPSTREAM)/' reprof.spec.in \
+	       > reprof.spec \
+	; fi
 
-override_dh_auto_build:
+execute_after_dh_auto_build:
 	# Build process somehow removes lib/RG/Reprof.pm
 	# make sure it exists to be able to build twice in a row
-	dh_auto_build
 	if [ ! -e lib/RG/Reprof.pm ] ; then cp lib/RG/Reprof.pm.mk lib/RG/Reprof.pm ; fi
 
 


=====================================
debian/watch
=====================================
@@ -1,4 +1,2 @@
-version=4
-opts=dversionmangle=s/.*/0.No-Site/ \
-https://people.debian.org/~eriberto/ FakeWatchNoUpstreamSiteForThisPackage-(\d\S+)\.gz
-
+Version: 5
+Untrackable: no upstream site for this package.



View it on GitLab: https://salsa.debian.org/med-team/reprof/-/compare/e10c74d2719c8630e41f837caecd73c0b6ad5aed...bc51a7f97a6b15ad4faf58cc3209fb7a56f3c078

-- 
View it on GitLab: https://salsa.debian.org/med-team/reprof/-/compare/e10c74d2719c8630e41f837caecd73c0b6ad5aed...bc51a7f97a6b15ad4faf58cc3209fb7a56f3c078
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/20260228/c29704a4/attachment-0001.htm>


More information about the debian-med-commit mailing list