[SCM] gxtuner/master: Repack upstream release to get rid of .gitignore file.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Jul 26 08:09:37 UTC 2016
The following commit has been merged in the master branch:
commit a7431240283b1e56c4789f678f1ea46687af27ac
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Jul 26 10:09:27 2016 +0200
Repack upstream release to get rid of .gitignore file.
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..d3ab652
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,7 @@
+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 3675122..c7923f2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,8 @@ 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/rules b/debian/rules
index 210bb21..8832186 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,7 @@ 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 51d254d..1f2c0d5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/gxtuner-$1\.tar\.gz/ \
+opts=repacksuffix=~repack1,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/giada-$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