[Git][debian-gis-team/donfig][debian/0.6.0+dfsg-1] 4 commits: Improve clean target

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Aug 22 08:17:12 BST 2021



Antonio Valentino pushed to tag debian/0.6.0+dfsg-1 at Debian GIS Project / donfig


Commits:
81814a69 by Antonio Valentino at 2021-08-21T15:03:21+00:00
Improve clean target

- - - - -
c9c46973 by Antonio Valentino at 2021-08-21T15:33:03+00:00
Fix copyright file (use Expat license)

- - - - -
a57ebf6e by Antonio Valentino at 2021-08-21T15:55:40+00:00
Fix common issues in the watch file

- - - - -
2a05e333 by Antonio Valentino at 2021-08-22T07:12:09+00:00
Fix build warnings about undefined substitution variables

- - - - -


4 changed files:

- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/control
=====================================
@@ -20,8 +20,6 @@ Package: python3-donfig
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
-Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests}
 Description: Python package for configuring a Python package
  Donfig is a Python library meant to make configuration easier for other
  Python packages. Donfig can be configured programmatically, by


=====================================
debian/copyright
=====================================
@@ -10,55 +10,11 @@ Files: *
 Copyright: (c) 2018-2019 Donfig Developers
                2014-2018, Anaconda, Inc. and contributors
 License: Expat 
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
- .
- Copyright (c) 2014-2018, Anaconda, Inc. and contributors
- All rights reserved.
- .
- Redistribution and use in source and binary forms, with or without modification,
- are permitted provided that the following conditions are met:
- .
- Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- .
- Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- .
- Neither the name of Anaconda nor the names of any contributors may be used to
- endorse or promote products derived from this software without specific prior
- written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- THE POSSIBILITY OF SUCH DAMAGE.
 
 Files: debian/*
 Copyright: 2021 Antonio Valentino <antonio.valentino at tiscali.it>
+License: Expat
+
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal


=====================================
debian/rules
=====================================
@@ -5,3 +5,7 @@ export PYBUILD_NAME=donfig
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+	dh_auto_clean
+	$(RM) -r donfig.egg-info/


=====================================
debian/watch
=====================================
@@ -1,7 +1,8 @@
 version=4
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|beta|b|alpha|a)\d*)$/$1~$2/,\
-filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/donfig-$1\.tar\.gz/,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|beta|b|alpha|a)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g,\
+filenamemangle=s/(?:.*?)?(?:rel|v|donfig)?[\-\_]?(\d\S*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/donfig-$1.$2/,\
 repacksuffix=+dfsg \
-  https://github.com/pytroll/donfig/tags .*/v?(\d\S+)\.tar\.gz
+https://github.com/pytroll/donfig/tags \
+(?:.*?/archive/(?:.*?/)?)?(?:rel|v|donfig)?[\-\_]?(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/debian-gis-team/donfig/-/compare/4bc058df950573fe34a2858991d28b2c5e3da10b...2a05e333721fff65e292d53cb63d8229c1854464

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/donfig/-/compare/4bc058df950573fe34a2858991d28b2c5e3da10b...2a05e333721fff65e292d53cb63d8229c1854464
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/20210822/2cec0e0f/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list