[SCM] mate-character-map Debian package branch, master, updated. acd14fcd1372b803b44feb1e312da1d7affb5122

Mike Gabriel sunweaver at alioth.debian.org
Thu Aug 15 22:43:40 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-character-map.git;a=commitdiff;h=acd14fc

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

    add /debian packaging folder as provided by upstream internal packaging repos
---
 debian/changelog                         |   17 +++++
 debian/compat                            |    1 +
 debian/control                           |  104 ++++++++++++++++++++++++++++++
 debian/copyright                         |   43 ++++++++++++
 debian/gir1.2-mate-character-map.install |    2 +
 debian/libmucharmap-dev.install          |    2 +
 debian/libmucharmap.install              |    1 +
 debian/mate-character-map-common.install |    5 ++
 debian/mate-character-map.install        |    1 +
 debian/python-mate-character-map.install |    2 +
 debian/rules                             |   17 +++++
 debian/source/format                     |    1 +
 debian/watch                             |    3 +
 13 files changed, 199 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..79b67e1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,17 @@
+mate-character-map (1.6.0-2) unstable; urgency=low
+
+  * Fix internal dependencies.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Thu, 04 Apr 2013 11:56:57 +0200
+
+mate-character-map (1.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 02 Apr 2013 23:15:32 +0200
+
+mate-character-map (1.5.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Fri, 04 Jan 2013 17:40:04 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4aa2fa9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,104 @@
+Source: mate-character-map
+Section: mate
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at gmail.com>
+Build-Depends: cdbs,
+               debhelper (>= 9),
+               libglib2.0-dev,
+               libgtk2.0-dev,
+               libxml2-utils,
+               bsdmainutils,
+               libgirepository1.0-dev,
+               gir1.2-gtk-2.0,
+               python-dev,
+               python-gtk2-dev,
+               mate-doc-utils,
+               mate-doc-utils-gnome | gnome-doc-utils,
+               mate-common
+Standards-Version: 3.9.3
+Homepage: http://www.mate-desktop.org/
+
+Package: mate-character-map
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libmucharmap (= ${binary:Version}),
+         mate-character-map-common (= ${source:Version})
+Description: Unicode character picker and font browser
+ This program allows you to browse through all the available Unicode
+ characters and categories for the installed fonts, and to examine their
+ detailed properties. It is an easy way to find the character you might
+ only know by its Unicode name or code point.
+
+Package: mate-character-map-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Unicode character picker and font browser (common files)
+ This program allows you to browse through all the available Unicode
+ characters and categories for the installed fonts, and to examine their
+ detailed properties. It is an easy way to find the character you might
+ only know by its Unicode name or code point.
+ .
+ This package contains the architecture independent files.
+
+Package: libmucharmap
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Unicode character picker and font browser (library)
+ This program allows you to browse through all the available Unicode
+ characters and categories for the installed fonts, and to examine their
+ detailed properties. It is an easy way to find the character you might
+ only know by its Unicode name or code point.
+ .
+ This package contains the mucharmap library.
+
+Package: libmucharmap-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libmucharmap (= ${binary:Version})
+Description: Unicode character picker and font browser (development files)
+ This program allows you to browse through all the available Unicode
+ characters and categories for the installed fonts, and to examine their
+ detailed properties. It is an easy way to find the character you might
+ only know by its Unicode name or code point.
+ .
+ This package contains the mucharmap library development files.
+
+Package: python-mate-character-map
+Architecture: any
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-gtk2
+Description: Python bindings for mate-character-map
+ This program allows you to browse through all the available Unicode
+ characters and categories for the installed fonts, and to examine their
+ detailed properties. It is an easy way to find the character you might
+ only know by its Unicode name or code point.
+ .
+ This package contains the Python bindings.
+
+Package: gir1.2-mate-character-map
+Architecture: any
+Depends: ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: GObject introspection data for the mate-character-map library
+ Unicode character picker and font browser library.
+ .
+ It can be used by packages using the GIRepository format to generate 
+ dynamic bindings.
+
+Package: mate-character-map-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         mate-character-map (= ${binary:Version}),
+         libmucharmap (= ${binary:Version})
+Description: Unicode character picker and font browser (debugging symbols)
+ This package contains debugging symbols for mate-character-map.
+ 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..e147969
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+    Stefano Karapetsas <stefano at karapetsas.com> on Thu, 17 Nov 2011 02:38:42 +0100
+
+It was downloaded from:
+
+    <https://github.com/stefano-k/mate-extra>
+
+Upstream Author:
+
+    Stefano Karapetsas <stefano at karapetsas.com>
+
+Copyright:
+
+    Copyright (C) 2011 Stefano Karapetsas
+
+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/gir1.2-mate-character-map.install b/debian/gir1.2-mate-character-map.install
new file mode 100644
index 0000000..059814f
--- /dev/null
+++ b/debian/gir1.2-mate-character-map.install
@@ -0,0 +1,2 @@
+usr/lib/girepository-1.0
+usr/share/gir-1.0
diff --git a/debian/libmucharmap-dev.install b/debian/libmucharmap-dev.install
new file mode 100644
index 0000000..a97ecde
--- /dev/null
+++ b/debian/libmucharmap-dev.install
@@ -0,0 +1,2 @@
+usr/lib/pkgconfig/
+usr/include/
diff --git a/debian/libmucharmap.install b/debian/libmucharmap.install
new file mode 100644
index 0000000..d34bd90
--- /dev/null
+++ b/debian/libmucharmap.install
@@ -0,0 +1 @@
+usr/lib/*.so*
diff --git a/debian/mate-character-map-common.install b/debian/mate-character-map-common.install
new file mode 100644
index 0000000..2a0e3e6
--- /dev/null
+++ b/debian/mate-character-map-common.install
@@ -0,0 +1,5 @@
+usr/share/applications/
+usr/share/omf/
+usr/share/mate/
+usr/share/glib-2.0/
+usr/share/locale/
diff --git a/debian/mate-character-map.install b/debian/mate-character-map.install
new file mode 100644
index 0000000..c703cf8
--- /dev/null
+++ b/debian/mate-character-map.install
@@ -0,0 +1 @@
+usr/bin/
diff --git a/debian/python-mate-character-map.install b/debian/python-mate-character-map.install
new file mode 100644
index 0000000..3ea2b10
--- /dev/null
+++ b/debian/python-mate-character-map.install
@@ -0,0 +1,2 @@
+usr/share/pygtk/2.0/
+usr/lib/python*/dist-packages/gtk-2.0/mucharmap.so
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..93e99e7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/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_SCRIPT := ./autogen.sh
+
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \
+                             --enable-charmap \
+                             --enable-python-bindings \
+                             --enable-introspection
+
+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..0bc518c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-character-map-?([\d\.-]+)\.tar\.gz/mate-character-map-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-character-map/tags .*/archive/mate-character-map-?([\d\.]+).tar.gz

-- 
mate-character-map Debian package



More information about the pkg-mate-commits mailing list