[Git][debian-gis-team/pyspectral][master] 2 commits: Fix regex in sed command

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Dec 2 21:25:00 GMT 2023



Antonio Valentino pushed to branch master at Debian GIS Project / pyspectral


Commits:
d5833420 by Antonio Valentino at 2023-12-02T21:21:46+00:00
Fix regex in sed command

- - - - -
aec4fcb7 by Antonio Valentino at 2023-12-02T21:22:28+00:00
Set distribution to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-pyspectral (0.13.0+ds-1) UNRELEASED; urgency=medium
+pyspectral (0.13.0+ds-1) unstable; urgency=medium
 
   * New upstream release.
   * debian/control:
@@ -8,7 +8,7 @@ pyspectral (0.13.0+ds-1) UNRELEASED; urgency=medium
   * Fix d/python3-pyspectral.lintian-overrides.
   * Fix lintian warning in documentation file.
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 26 Nov 2023 08:26:43 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 02 Dec 2023 21:19:50 +0000
 
 pyspectral (0.12.5+ds-1) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -16,7 +16,7 @@ execute_after_dh_auto_build:
 ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. python3 -m sphinx -N -bhtml doc .pybuild/build/html # HTML generator
 	# PYTHONPATH=. python3 -m sphinx -N -bman doc .pybuild/build/man # Manpage generator
-	sed -i "s:\'.\*/pyspectral/data/e490_00a.dat\':\'/usr/lib/dist-packages/pyspectral/data/e490_00a.dat\':g" .pybuild/build/html/api.html
+	sed -i -E "s:'.+/pyspectral/data/e490_00a.dat':'/usr/lib/python3/dist-packages/pyspectral/data/e490_00a.dat':g" .pybuild/build/html/api.html
 endif
 
 execute_after_dh_auto_install:



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/compare/76573dabf83a9f4dfe9c30eeba7069b22ca95f82...aec4fcb702e1b60c6264950955e9b4544c1f8861

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/compare/76573dabf83a9f4dfe9c30eeba7069b22ca95f82...aec4fcb702e1b60c6264950955e9b4544c1f8861
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/20231202/61c8e42d/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list