Jeremy Bícha pushed to branch master at Debian Med / libmialm
Commits: 3e4688d8 by Jeremy Bícha at 2025-12-03T21:18:22-05:00 Add debian/gbp.conf - - - - - 59b95d63 by Jeremy Bícha at 2025-12-03T21:18:36-05:00 Remove obsolete Pre-Depends not needed since early days of Multi-Arch - - - - - 9409286d by Jeremy Bícha at 2025-12-03T21:19:07-05:00 Remove Suggests: devhelp - - - - - 8c973adb by Jeremy Bícha at 2025-12-03T21:22:52-05:00 Improve file deletion rules previously this assumed that override_dh_installdocs would run even in a nodoc build - - - - - 5da14243 by Jeremy Bícha at 2025-12-03T21:23:24-05:00 Remove obsolete Rules-Requires-Root: no field default since trixie - - - - - fd46c2d0 by Jeremy Bícha at 2025-12-03T21:24:15-05:00 Use https for Homepage - - - - - f67346c9 by Jeremy Bícha at 2025-12-03T21:24:47-05:00 releasing package libmialm version 1.0.9-5 - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - + debian/gbp.conf - debian/rules - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libmialm (1.0.9-5) unstable; urgency=medium + + * Team upload + * Add debian/gbp.conf + * Remove Suggests: devhelp + + -- Jeremy Bícha <[email protected]> Wed, 03 Dec 2025 21:24:34 -0500 + libmialm (1.0.9-4) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -11,8 +11,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/libmialm Vcs-Git: https://salsa.debian.org/med-team/libmialm.git -Homepage: http://mia.sourceforge.net -Rules-Requires-Root: no +Homepage: https://mia.sourceforge.net Package: libmialm-dev Architecture: any @@ -35,7 +34,6 @@ Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} Description: Landmark handling for the MIA tool chain This library implements handling for landmarks and 3D view positioning for optimal landmark visibility, and in-and output of these landmarks. @@ -45,7 +43,6 @@ Package: libmialm-doc Architecture: all Section: doc Depends: ${misc:Depends} -Suggests: devhelp Description: Documentation for the MIA landmark library This library implements handling for landmarks and 3D view positioning for optimal landmark visibility, and in-and output of these landmarks. ===================================== debian/copyright ===================================== @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mialm -Source: http://mia.sourceforge.net +Source: https://mia.sourceforge.net Upstream-Contact: https://sourceforge.net/p/mia/discussion/ Files: * ===================================== debian/gbp.conf ===================================== @@ -0,0 +1,10 @@ +[DEFAULT] +pristine-tar = True +debian-branch = master +upstream-branch = upstream + +[dch] +multimaint-merge = True + +[pq] +patch-numbers = False ===================================== debian/rules ===================================== @@ -1,14 +1,10 @@ #!/usr/bin/make -f # -*- makefile -*- -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - %: dh $@ -override_dh_installdocs: +execute_before_dh_install: find debian -name COPYING -delete find debian \( -name NEWS -o -name TODO \) -empty -delete find debian -name "lib*.la" -delete - dh_installdocs ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,4 @@ +--- Bug-Database: https://sourceforge.net/p/mia/tickets-mialm/ Bug-Submit: https://sourceforge.net/p/mia/tickets-mialm/new/ Repository: https://sourceforge.net/p/mia/mialm View it on GitLab: https://salsa.debian.org/med-team/libmialm/-/compare/e5b885570b6521a78cf5f7b64a5643d70d61045e...f67346c94eb346b7a3e937b468b5658f182c7036 -- View it on GitLab: https://salsa.debian.org/med-team/libmialm/-/compare/e5b885570b6521a78cf5f7b64a5643d70d61045e...f67346c94eb346b7a3e937b468b5658f182c7036 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
