[SCM] mate-text-editor Debian package branch, master, updated. e15176ec5365a00faaf88b4c5ce64485c0eb1f52
Mike Gabriel
sunweaver at alioth.debian.org
Thu Aug 15 22:44:30 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-text-editor.git;a=commitdiff;h=e15176e
The following commit has been merged in the master branch:
commit e15176ec5365a00faaf88b4c5ce64485c0eb1f52
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 | 63 +++++++++++++++++++++++
debian/compat | 1 +
debian/control | 118 +++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 43 ++++++++++++++++
debian/pluma-common.install | 9 ++++
debian/pluma-dev.install | 2 +
debian/pluma.install | 6 +++
debian/rules | 16 ++++++
debian/source/format | 1 +
debian/watch | 3 ++
10 files changed, 262 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..eda866f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,63 @@
+mate-text-editor (1.6.0-2) unstable; urgency=low
+
+ * pluma-common: Add missing /usr/share/MateConf/ folder.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Sat, 06 Apr 2013 21:44:01 +0200
+
+mate-text-editor (1.6.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Tue, 02 Apr 2013 16:08:06 +0200
+
+mate-text-editor (1.5.0-1) unstable; urgency=low
+
+ * New upstream development release.
+ * Drop mate-conf dependency and usage.
+ * Split into pluma, pluma-common, pluma-dev and pluma-dbg packages.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Thu, 07 Feb 2013 23:05:40 +0100
+
+mate-text-editor (1.4.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Steve Zesch <stevezesch2 at gmail.com> Sun, 15 Jul 2012 13:18:24 -0400
+
+mate-text-editor (1.2.0-2) unstable; urgency=low
+
+ * Rebuild for precise.
+
+ -- Steve Zesch <stevezesch2 at gmail.com> Fri, 30 Mar 2012 21:13:05 -0400
+
+mate-text-editor (1.2.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Sun, 11 Mar 2012 21:02:38 +0100
+
+mate-text-editor (1.1.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Mon, 12 Dec 2011 22:55:35 +0100
+
+mate-text-editor (1.0.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * gedit renamed with pluma, dropped conflict with gedit.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Tue, 08 Nov 2011 01:39:22 +0100
+
+mate-text-editor (1.0.0-2) unstable; urgency=low
+
+ * Added conflict with gedit.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Sun, 06 Nov 2011 16:59:12 +0100
+
+mate-text-editor (1.0.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Sun, 06 Nov 2011 10:59:54 +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..e51a9df
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,118 @@
+Source: mate-text-editor
+Section: mate
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at gmail.com>
+Build-Depends: cdbs,
+ debhelper (>= 8),
+ autotools-dev,
+ python-support,
+ intltool,
+ mate-doc-utils,
+ mate-doc-utils-gnome | gnome-doc-utils,
+ gtk-doc-tools,
+ libenchant-dev,
+ iso-codes,
+ libsm-dev,
+ libxml2-dev,
+ libglib2.0-dev,
+ libgtk2.0-dev,
+ libgtksourceview2.0-dev,
+ libx11-dev,
+ python-dev,
+ python-gobject-dev,
+ python-gtk2-dev,
+ python-gtksourceview2,
+ scrollkeeper,
+ mate-common
+Build-Depends-Indep: libglib2.0-doc,
+ libgtk2.0-doc,
+ libgtksourceview2.0-doc
+Standards-Version: 3.9.3
+XS-Python-Version: >= 2.5
+Homepage: http://www.mate-desktop.org/
+
+Package: mate-text-editor
+Architecture: all
+Depends: ${misc:Depends},
+ pluma
+Description: official text editor of the MATE desktop environment (transitional package)
+ pluma is a text editor which supports most standard editor features,
+ extending this basic functionality with other features not usually
+ found in simple text editors. pluma is a graphical application which
+ supports editing multiple text files in one window (known sometimes as
+ tabs or MDI).
+ .
+ This is a transitional package. You can remove it once installed.
+
+Package: pluma
+Architecture: any
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ pluma-common (= ${source:Version}),
+ python-gtksourceview2,
+ python-gobject,
+ python-gtk2,
+ iso-codes
+Recommends: mate-dialogs
+Provides: mate-text-editor
+Breaks: mate-text-editor (<< 1.5.0)
+Replaces: mate-text-editor (<< 1.5.0)
+XB-Python-Version: ${python:Versions}
+Description: official text editor of the MATE desktop environment
+ pluma is a text editor which supports most standard editor features,
+ extending this basic functionality with other features not usually
+ found in simple text editors. pluma is a graphical application which
+ supports editing multiple text files in one window (known sometimes as
+ tabs or MDI).
+ .
+ pluma fully supports international text through its use of the
+ Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
+ highlighting of source code, auto indentation and printing and print preview
+ support.
+ .
+ pluma is also extensible through its plugin system, which currently
+ includes support for spell checking, comparing files, viewing CVS
+ ChangeLogs, and adjusting indentation levels.
+
+Package: pluma-common
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: mate-text-editor (<< 1.5.0)
+Description: official text editor of the MATE desktop environment (common files)
+ pluma is a text editor which supports most standard editor features,
+ extending this basic functionality with other features not usually
+ found in simple text editors. pluma is a graphical application which
+ supports editing multiple text files in one window (known sometimes as
+ tabs or MDI).
+ .
+ This package contains the architecture independent files.
+
+Package: pluma-dev
+Architecture: all
+Section: devel
+Depends: ${misc:Depends},
+ pluma (= ${source:Version})
+Breaks: mate-text-editor (<< 1.5.0)
+Description: official text editor of the MATE desktop environment (development files)
+ pluma is a text editor which supports most standard editor features,
+ extending this basic functionality with other features not usually
+ found in simple text editors. pluma is a graphical application which
+ supports editing multiple text files in one window (known sometimes as
+ tabs or MDI).
+ .
+ This package is required to build plugins for pluma.
+
+Package: pluma-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+ pluma (= ${binary:Version})
+Description: official text editor of the MATE desktop environment (debugging symbols)
+ This package contains debugging symbols for pluma text editor. 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..4eeded5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+ Stefano Karapetsas <stefano at karapetsas.com> on Sun, 06 Nov 2011 10:59:54 +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/pluma-common.install b/debian/pluma-common.install
new file mode 100644
index 0000000..9f68337
--- /dev/null
+++ b/debian/pluma-common.install
@@ -0,0 +1,9 @@
+usr/share/locale/
+usr/share/glib-2.0/
+usr/share/MateConf/
+usr/share/pluma/plugins/
+usr/share/pluma/icons/
+usr/share/pluma/ui/
+usr/share/mate/help/
+usr/share/omf/
+
diff --git a/debian/pluma-dev.install b/debian/pluma-dev.install
new file mode 100644
index 0000000..6eab7ba
--- /dev/null
+++ b/debian/pluma-dev.install
@@ -0,0 +1,2 @@
+usr/include/pluma/
+usr/lib/pkgconfig/
\ No newline at end of file
diff --git a/debian/pluma.install b/debian/pluma.install
new file mode 100644
index 0000000..3c17ef6
--- /dev/null
+++ b/debian/pluma.install
@@ -0,0 +1,6 @@
+usr/lib/pluma/plugins/
+usr/bin/
+usr/share/man/
+usr/share/applications/
+usr/lib/pluma/pluma-bugreport.sh
+usr/lib/pluma/plugin-loaders/*.so
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..72e7539
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/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 \
+ --libexecdir=/usr/lib/ \
+ --enable-python
+
+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..4de774e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-text-editor-?([\d\.-]+)\.tar\.gz/mate-text-editor-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-text-editor/tags .*/archive/mate-text-editor-?([\d\.]+).tar.gz
--
mate-text-editor Debian package
More information about the pkg-mate-commits
mailing list