[Git][debian-gis-team/freexl][master] 9 commits: Update uversionmangle to use lowercase RC.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 1 08:13:01 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / freexl


Commits:
ec493b14 by Bas Couwenberg at 2022-12-01T08:35:07+01:00
Update uversionmangle to use lowercase RC.

- - - - -
883f93da by Bas Couwenberg at 2022-12-01T08:36:51+01:00
Bump Standards-Version to 4.6.0, no changes.

- - - - -
0e7046a5 by Bas Couwenberg at 2022-12-01T08:37:47+01:00
Bump debhelper compat to 12, no changes.

- - - - -
d4786075 by Bas Couwenberg at 2022-12-01T08:38:40+01:00
Remove .la file, not installed.

- - - - -
f98caf42 by Bas Couwenberg at 2022-12-01T08:39:39+01:00
Bump Standards-Version to 4.6.1, no changes.

- - - - -
b8fddda5 by Bas Couwenberg at 2022-12-01T08:40:50+01:00
Update watch file to fix download URLs.

- - - - -
cb8f9bcd by Bas Couwenberg at 2022-12-01T08:41:30+01:00
Drop obsolete dh_strip override, dbgsym migration complete.

- - - - -
0e47bc1a by Bas Couwenberg at 2022-12-01T08:42:08+01:00
Add Rules-Requires-Root to control file.

- - - - -
210fbe69 by Bas Couwenberg at 2022-12-01T09:09:13+01:00
Set distribution to unstable.

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,17 @@
-freexl (1.0.6-2) UNRELEASED; urgency=medium
+freexl (1.0.6-2) unstable; urgency=medium
 
   * Bump watch file version to 4.
   * Update lintian overrides.
-  * Bump Standards-Version to 4.5.1, no changes.
+  * Bump Standards-Version to 4.6.1, no changes.
   * Update upstream metadata.
-
- -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 Nov 2020 18:46:36 +0100
+  * Update uversionmangle to use lowercase RC.
+  * Bump debhelper compat to 12, no changes.
+  * Remove .la file, not installed.
+  * Update watch file to fix download URLs.
+  * Drop obsolete dh_strip override, dbgsym migration complete.
+  * Add Rules-Requires-Root to control file.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 01 Dec 2022 09:09:08 +0100
 
 freexl (1.0.6-1) unstable; urgency=medium
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -4,11 +4,12 @@ Uploaders: David Paleino <dapal at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 10~)
-Standards-Version: 4.5.1
+Build-Depends: debhelper-compat (= 12)
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/freexl
 Vcs-Git: https://salsa.debian.org/debian-gis-team/freexl.git
 Homepage: https://www.gaia-gis.it/fossil/freexl/
+Rules-Requires-Root: no
 
 Package: libfreexl-dev
 Architecture: any


=====================================
debian/rules
=====================================
@@ -17,8 +17,10 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 %:
 	dh $@
 
+override_dh_install:
+	$(RM) $(CURDIR)/debian/*/usr/lib/*/libfreexl.la
+
+	dh_install
+
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(UPSTREAM_VERSION)
-
-override_dh_strip:
-	dh_strip --dbgsym-migration='libfreexl1-dbg (<< 1.0.5)'


=====================================
debian/watch
=====================================
@@ -1,6 +1,6 @@
 version=4
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
-https://www.gaia-gis.it/gaia-sins/freexl-sources \
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*[a-z]*)$/$1~$2/;s/RC/rc/ \
+https://www.gaia-gis.it/gaia-sins/freexl-sources/ \
 (?:|.*/)freexl(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)



View it on GitLab: https://salsa.debian.org/debian-gis-team/freexl/-/compare/03288ca41ea589e7dcdf34d125cba45d1617abf3...210fbe69873520fce79c553d9195e78298638e7c

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/freexl/-/compare/03288ca41ea589e7dcdf34d125cba45d1617abf3...210fbe69873520fce79c553d9195e78298638e7c
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/pkg-grass-devel/attachments/20221201/be01c3a8/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list