[SCM] mate-utils Debian package branch, master, updated. 3de4a2384ef66d268f7488424180590f9734a13a

Mike Gabriel sunweaver at alioth.debian.org
Thu Aug 15 22:44:34 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-utils.git;a=commitdiff;h=3de4a23

The following commit has been merged in the master branch:
commit 3de4a2384ef66d268f7488424180590f9734a13a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Aug 16 00:43:12 2013 +0200

    add /debian packaging folder as provided by upstream internal packaging repos
---
 debian/changelog                 |   60 +++++++++++++++++++++++++
 debian/compat                    |    1 +
 debian/control                   |   90 ++++++++++++++++++++++++++++++++++++++
 debian/copyright                 |   43 ++++++++++++++++++
 debian/mate-utils-common.install |    8 ++++
 debian/mate-utils-dev.install    |    2 +
 debian/mate-utils.install        |    6 +++
 debian/rules                     |   15 +++++++
 debian/source/format             |    1 +
 debian/watch                     |    3 ++
 10 files changed, 229 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2d44dc1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,60 @@
+mate-utils (1.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 02 Apr 2013 16:40:40 +0200
+
+mate-utils (1.5.1-1) unstable; urgency=low
+
+  * New upstream development release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sun, 24 Mar 2013 16:36:28 +0100
+
+mate-utils (1.5.0-2) unstable; urgency=low
+
+  * debian/control: Add mate-utils-common as dependency of mate-utils package.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 29 Jan 2013 07:56:19 +0100
+
+mate-utils (1.5.0-1) unstable; urgency=low
+
+  * New upstream development release.
+  * Add mate-utils-dev, mate-utils-common and mate-utils-dbg packages.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sun, 27 Jan 2013 10:10:34 +0100
+
+mate-utils (1.4.0-1) unstable; urgency=low
+
+  * New upstream release. 
+
+ -- Steve Zesch <stevezesch2 at gmail.com>  Mon, 16 Jul 2012 16:19:38 -0400
+
+mate-utils (1.2.0-2) unstable; urgency=low
+
+  * Rebuild for precise.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sun, 01 Apr 2012 23:28:42 +0200
+
+mate-utils (1.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Mon, 12 Mar 2012 00:26:59 +0100
+
+mate-utils (1.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Wed, 14 Dec 2011 11:11:43 +0100
+
+mate-utils (1.0.7-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sun, 20 Nov 2011 19:24:49 +0100
+
+mate-utils (1.0.6-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Thu, 17 Nov 2011 22:39:43 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3cf4095
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,90 @@
+Source: mate-utils
+Section: mate
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Build-Depends: cdbs,
+               debhelper (>= 8),
+               autotools-dev,
+               intltool,
+               mate-common,
+               xsltproc,
+               libxt-dev,
+               libglib2.0-dev,
+               libgtk2.0-dev,
+               libmatepanelapplet-dev,
+               libgtop2-dev,
+               libcanberra-gtk-dev,
+               x11proto-xext-dev,
+               libxext-dev,
+               libx11-dev,
+               zlib1g-dev,
+               rarian-compat,
+               gtk-doc-tools,
+               mate-doc-utils,
+               mate-doc-utils-gnome | gnome-doc-utils,
+               libglib2.0-doc,
+               libgtk2.0-doc
+Standards-Version: 3.9.3
+Homepage: http://www.mate-desktop.org/
+
+Package: mate-utils
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         mate-utils-common (= ${source:Version})
+Description: MATE desktop utilities
+ This package contains all the tools bundled the MATE utilities:
+  - mate-disk-usage-analyzer, a disk usage analyser
+  - mate-dictionary, a program which can look up the definition of words
+    over the internet (including a panel applet to do the same)
+  - mate-search-tool, with which one can find files by name or content
+  - mate-system-log, a log viewing application
+  - mate-screenshot, a tool to take desktop screenshots and save them into
+    a file
+
+Package: mate-utils-common
+Architecture: any
+Depends: ${misc:Depends}
+Breaks: mate-utils (<< 1.5.0)
+Description: MATE desktop utilities (common files)
+ This package contains all the tools bundled the MATE utilities:
+  - mate-disk-usage-analyzer, a disk usage analyser
+  - mate-dictionary, a program which can look up the definition of words
+    over the internet (including a panel applet to do the same)
+  - mate-search-tool, with which one can find files by name or content
+  - mate-system-log, a log viewing application
+  - mate-screenshot, a tool to take desktop screenshots and save them into
+    a file
+ .
+ This package contains the architecture independent files.
+
+Package: mate-utils-dev
+Architecture: all
+Section: devel
+Depends: ${misc:Depends},
+         mate-utils (= ${source:Version})
+Breaks: mate-utils (<< 1.5.0)
+Description: MATE desktop utilities (development files)
+ This package contains all the tools bundled the MATE utilities:
+  - mate-disk-usage-analyzer, a disk usage analyser
+  - mate-dictionary, a program which can look up the definition of words
+    over the internet (including a panel applet to do the same)
+  - mate-search-tool, with which one can find files by name or content
+  - mate-system-log, a log viewing application
+  - mate-screenshot, a tool to take desktop screenshots and save them into
+    a file
+ .
+ This package is required to build plugins for MATE desktop utilities.
+
+Package: mate-utils-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         mate-utils (= ${binary:Version})
+Description: MATE desktop utilities (debugging symbols)
+ This package contains debugging symbols for MATE desktop utilities. It
+ is provided to help debugging problems.
+ .
+ The debugging symbols are installed  in /usr/lib/debug and will
+ automatically be used by gdb.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4427591
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+    Stefano Karapetsas <stefano at karapetsas.com> on Tue, 08 Nov 2011 00:16:18 +0100
+
+It was downloaded from:
+
+    <https://github.com/Perberos/Mate-Extra>
+
+Upstream Author:
+
+    Perberos <perberos at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2011 Perberos
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program. If not, see <http://www.gnu.org/licenses/>
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+The Debian packaging is:
+
+    Copyright (C) 2011 Stefano Karapetsas <stefano at karapetsas.com>
+
+you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
diff --git a/debian/mate-utils-common.install b/debian/mate-utils-common.install
new file mode 100644
index 0000000..a033c59
--- /dev/null
+++ b/debian/mate-utils-common.install
@@ -0,0 +1,8 @@
+usr/share/dbus-1/
+usr/share/glib-2.0/
+usr/share/icons/
+usr/share/locale/
+usr/share/MateConf/
+usr/share/mate*/
+usr/share/omf/
+usr/share/pixmaps/
diff --git a/debian/mate-utils-dev.install b/debian/mate-utils-dev.install
new file mode 100644
index 0000000..e3b41c4
--- /dev/null
+++ b/debian/mate-utils-dev.install
@@ -0,0 +1,2 @@
+usr/include/
+usr/lib/pkgconfig/
diff --git a/debian/mate-utils.install b/debian/mate-utils.install
new file mode 100644
index 0000000..96c42d1
--- /dev/null
+++ b/debian/mate-utils.install
@@ -0,0 +1,6 @@
+usr/bin/
+usr/lib/*.so
+usr/lib/*.so.*
+usr/lib/mate-utils/
+usr/share/applications/
+usr/share/man/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..186b639
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_DH_INSTALL_ARGS += --list-missing
+
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \
+                             --libexecdir=/usr/lib/mate-utils
+
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1726ed5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-utils-?([\d\.-]+)\.tar\.gz/mate-utils-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-utils/tags .*/archive/mate-utils-?([\d\.]+).tar.gz

-- 
mate-utils Debian package



More information about the pkg-mate-commits mailing list