[SCM] mate-panel Debian package branch, master, updated. 255755e616a6f6c37a3d4f75a5580426c96330f6
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Feb 25 19:07:11 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-panel.git;a=commitdiff;h=f744582
The following commit has been merged in the master branch:
commit f7445824d913bed3e8aa2f4735c6ffb4d6e08e52
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Feb 25 11:03:43 2014 +0100
debian/rules: build with autoreconf
---
debian/control | 3 ++-
debian/rules | 5 +++--
debian/watch | 1 +
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 38c121e..106f42f 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,8 @@ Build-Depends: debhelper (>= 9),
mate-doc-utils,
mate-doc-utils-gnome,
lsb-release,
- libdconf-dev
+ libdconf-dev,
+ dh-autoreconf,
Standards-Version: 3.9.5
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-panel.git;a=summary
diff --git a/debian/rules b/debian/rules
index dee0cc1..c019eb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DTYPE = +dfsg1
VER ?= $(subst $(DTYPE),,$(UVER))
%:
- dh $@ --with python2
+ dh $@ --with autoreconf --with python2
override_dh_install:
rm -f debian/tmp/usr/lib/*/*.la
@@ -41,7 +41,8 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
cd $(PKG)-$(VER) \
&& find . -depth -type d -name 'windows' -exec $(RM) -r {} \; -printf 'removed %p
' \
&& $(RM) -r -v \
- help/
+ help/ \
+ COPYING-DOCS
$(RM) -v $(PKG)_$(VER).orig.tar.*
@echo "# Packing..."
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
diff --git a/debian/watch b/debian/watch
index a43eb99..20103e2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=3
+opts=dversionmangle=s/\+dfsg1// \
http://pub.mate-desktop.org/releases/(\d\.(2|4|6|8|0))/mate-panel-(.*)\.tar\.xz
--
mate-panel Debian package
More information about the pkg-mate-commits
mailing list