É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 <[email protected]>  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 <[email protected]>,
            Laszlo Kajan <[email protected]>,
            Andreas Tille <[email protected]>
 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 <[email protected]>
-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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to