[SCM] mate-dialogs Debian package branch, master, updated. b818dbcb42e1afa0b897430a28b0726d28207001
Stefano Karapetsas
stefanokarapetsas-guest at alioth.debian.org
Wed Oct 16 15:25:08 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-dialogs.git;a=commitdiff;h=b818dbc
The following commit has been merged in the master branch:
commit b818dbcb42e1afa0b897430a28b0726d28207001
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date: Wed Oct 16 17:24:37 2013 +0200
Use debhelper instead of cdbs
Remove useless mate-dialogs-gnome package
---
debian/compat | 2 +-
debian/control | 26 ++++++++++++--------------
debian/mate-dialogs-gnome.install | 1 -
debian/mate-dialogs-gnome.links | 1 -
debian/rules | 16 +++++++++-------
5 files changed, 22 insertions(+), 24 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 4ec9bc0..a1c52ea 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: mate
Priority: optional
Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
Uploaders: Steve Zesch <stevezesch2 at gmail.com>
-Build-Depends: debhelper (>= 8),
- cdbs,
+Build-Depends: debhelper (>= 9),
intltool,
libgtk2.0-dev,
mate-doc-utils,
@@ -22,22 +21,21 @@ Package: mate-dialogs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
+Conflicts: mate-dialogs-gnome
+Replaces: mate-dialogs-gnome
Description: Display graphical dialog boxes from shell scripts
mate-dialogs allows you to display GTK+ dialogs from shell scripts for
MATE desktop (like zenity of GNOME).
-Package: mate-dialogs-gnome
+Package: mate-dialogs-dbg
+Section: debug
+Priority: extra
Architecture: any
Depends: ${misc:Depends},
- ${shlibs:Depends},
- mate-dialogs
-Conflicts: zenity
-Provides: zenity
-Replaces: zenity
-Description: Display graphical dialog boxes from shell scripts (GNOME files)
- mate-dialogs allows you to display GTK+ dialogs from shell scripts for
- MATE desktop (like zenity of GNOME).
+ mate-dialogs (= ${binary:Version})
+Description: Display graphical dialog boxes from shell scripts (debugging symbols)
+ This package contains debugging symbols for mate-dialogs. It is
+ provided to help debugging problems.
.
- This package contains the files that conflicts with GNOME zenity.
- If installed, this package can replace zenity (it contains /usr/bin/zenity and
- /usr/bin/gdialog).
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
diff --git a/debian/mate-dialogs-gnome.install b/debian/mate-dialogs-gnome.install
deleted file mode 100644
index b1778f5..0000000
--- a/debian/mate-dialogs-gnome.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/gdialog
\ No newline at end of file
diff --git a/debian/mate-dialogs-gnome.links b/debian/mate-dialogs-gnome.links
deleted file mode 100644
index 6b986a0..0000000
--- a/debian/mate-dialogs-gnome.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/matedialog usr/bin/zenity
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 29fcf04..6ddcd8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,17 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/utils.mk
+%:
+ dh $@
-DEB_DH_INSTALL_ARGS += --list-missing
+override_dh_install:
+ dh_install --list-missing
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --disable-scrollkeeper
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
+override_dh_strip:
+ dh_strip --dbg-package=mate-dialogs-dbg
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
-
--
mate-dialogs Debian package
More information about the pkg-mate-commits
mailing list