ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tilemaker
Commits: ab7313cd by Felix Delattre at 2021-08-27T09:52:19+00:00 Add debian packaging context with compat, gbp.conf and watch files. - - - - - 3 changed files: - + debian/compat - + debian/gbp.conf - + debian/watch Changes: ===================================== debian/compat ===================================== @@ -0,0 +1 @@ +10 \ No newline at end of file ===================================== debian/gbp.conf ===================================== @@ -0,0 +1,19 @@ +[DEFAULT] + +# The default name for the upstream branch is "upstream". +# Change it if the name is different (for instance, "master"). +upstream-branch = upstream + +# The default name for the Debian branch is "master". +# Change it if the name is different (for instance, "debian/unstable"). +debian-branch = master + +# git-import-orig uses the following names for the upstream tags. +# Change the value if you are not using git-import-orig +upstream-tag = upstream/%(version)s + +# Always use pristine-tar. +pristine-tar = True + +[buildpackage] +pbuilder-options = --source-only-changes ===================================== debian/watch ===================================== @@ -0,0 +1,7 @@ +version=4 +opts=\ +dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g,\ +filenamemangle=s/(?:.*?)?(?:rel|v|tilemaker)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/tilemaker-$1.$2/ \ +https://github.com/systemed/tilemaker/releases \ +(?:.*?/archive/(?:.*?/)?)?(?:rel|v|tilemaker)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/commit/ab7313cde0166e98e16e9f31467256e3d38c9754 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/commit/ab7313cde0166e98e16e9f31467256e3d38c9754 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
