[SCM] gxtuner/master: Not repacking to avoid .gitignore file - just filter-out it.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Jun 25 23:07:51 UTC 2017
The following commit has been merged in the master branch:
commit 153b92bded3905e0614308fc7a2c982c91a70c22
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Jun 26 01:05:46 2017 +0200
Not repacking to avoid .gitignore file - just filter-out it.
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index d3ab652..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,7 +0,0 @@
-repacking upstream sources
---------------------------
-
-The originall tarball has been repacked to remove .gitignore file
-
-Files stripped away are enumerated in the Files-Excluded stanza in
-debian/copyright.
diff --git a/debian/copyright b/debian/copyright
index c7923f2..3675122 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,8 +2,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Gxtuner
Upstream-Contact: Hermann Meyer <brummer- at web.de>
Source: http://sourceforge.net/projects/guitarix/files/gxtuner/
-Files-Excluded:
- .gitignore
Files: *
Copyright:
diff --git a/debian/gbp.conf b/debian/gbp.conf
index cec628c..bfaba2e 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,3 @@
[DEFAULT]
pristine-tar = True
+filter = */.git*
diff --git a/debian/rules b/debian/rules
index 8832186..210bb21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,3 @@ LDFLAGS+=-Wl,--as-needed
override_dh_auto_install:
dh_auto_install
rm -rf debian/gxtuner/usr/share/pixmaps/*.png
-
-## all the file-exclusion magic is handled by debian/copyright
-get-orig-source:
- uscan --download
diff --git a/debian/watch b/debian/watch
index cb10680..2dd926f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts=repacksuffix=~repack1,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/gxtuner-$1\.tar\.gz/,uversionmangle=s/-rc/~rc/,dversionmangle=s/~repack.*// \
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/gxtuner-$1\.tar\.gz/,uversionmangle=s/-rc/~rc/,dversionmangle=s/~repack.*// \
https://github.com/brummer10/gxtuner/tags .*/v?(\d\S*)\.tar\.gz
--
gxtuner packaging
More information about the pkg-multimedia-commits
mailing list