[SCM] mate-polkit Debian package branch, master, updated. f846509b8302f94994035af8851ee4d8fcee99bf
Mike Gabriel
sunweaver at moszumanska.debian.org
Sat Jan 4 19:17:53 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-polkit.git;a=commitdiff;h=65c1f88
The following commit has been merged in the master branch:
commit 65c1f884ea36a604c3d01fca449035e349805bdd
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Dec 21 22:56:30 2013 +0100
add patch: 1001_skip-generated-desktop-file-via-POTFILES.patch
---
debian/changelog | 4 ++--
.../1001_skip-generated-desktop-file-via-POTFILES.patch | 8 ++++++++
debian/patches/README | 3 +++
debian/patches/series | 1 +
debian/rules | 11 ++++++-----
5 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0f520f7..075c04f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-mate-polkit (1.6.0-2) UNRELEASED; urgency=low
+mate-polkit (1.6.0-1) UNRELEASED; urgency=low
- * Initial release.
+ * Initial release. (Closes: #728467).
-- Stefano Karapetsas <stefano at karapetsas.com> Wed, 23 Oct 2013 14:54:10 +0200
diff --git a/debian/patches/1001_skip-generated-desktop-file-via-POTFILES.patch b/debian/patches/1001_skip-generated-desktop-file-via-POTFILES.patch
new file mode 100644
index 0000000..00fcc1e
--- /dev/null
+++ b/debian/patches/1001_skip-generated-desktop-file-via-POTFILES.patch
@@ -0,0 +1,8 @@
+Description: Skip auto-generated .desktop. file in i18n workflow
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+--- a/po/POTFILES.skip
++++ b/po/POTFILES.skip
+@@ -1 +1,2 @@
+ polkitgtkmate/example.c
++src/polkit-mate-authentication-agent-1.desktop.in
+\ No newline at end of file
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6eb81cd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_skip-generated-desktop-file-via-POTFILES.patch
diff --git a/debian/rules b/debian/rules
index a1c96a2..a295d29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,12 @@ override_dh_install:
dh_install --list-missing
override_dh_auto_configure:
- dh_auto_configure -- \
- --localstatedir=/var \
- --libexecdir=/usr/lib/polkit-mate \
- --disable-static \
- --disable-introspection
+ ./autogen.sh
+# dh_auto_configure -- \
+# --localstatedir=/var \
+# --libexecdir=/usr/lib/polkit-mate \
+# --disable-static \
+# --disable-introspection
override_dh_strip:
dh_strip -plibpolkit-gtk-mate-1-0 --dbg-package=libpolkit-gtk-mate-1-0-dbg
--
mate-polkit Debian package
More information about the pkg-mate-commits
mailing list