[SCM] python-caja Debian package branch, master, updated. 6c5e8067591441a498b5edf47a232013423f3921

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


Gitweb-URL: http://git.debian.org/?p=pkg-mate/python-caja.git;a=commitdiff;h=6c5e806

The following commit has been merged in the master branch:
commit 6c5e8067591441a498b5edf47a232013423f3921
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           |   34 ++++++++++++++++++++++++++++++++++
 debian/compat              |    1 +
 debian/control             |   34 ++++++++++++++++++++++++++++++++++
 debian/copyright           |   44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/pycompat            |    1 +
 debian/python-caja.install |    4 ++++
 debian/rules               |   19 +++++++++++++++++++
 debian/source/format       |    1 +
 debian/watch               |    3 +++
 9 files changed, 141 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2e21912
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,34 @@
+python-caja (1.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Mon, 01 Apr 2013 14:55:13 +0200
+
+python-caja (1.5.0-1) unstable; urgency=low
+
+  [ Stefano Karapetsas ]
+  * New upstream development release.
+  * Add python-caja-dbg package.
+
+  [ Scott Balneaves ]
+  * Removed python-mate as a dependency.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 22 Jan 2013 00:31:18 +0100
+
+python-caja (1.4.0-1) unstable; urgency=low
+
+  * New upstream release. 
+
+ -- Steve Zesch <stevezesch2 at gmail.com>  Sun, 15 Jul 2012 21:17:29 -0400
+
+python-caja (1.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Wed, 14 Mar 2012 00:05:33 +0100
+
+python-caja (1.1.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Fri, 13 Jan 2012 23:36:23 +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..b865a3f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: python-caja
+Section: python
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at gmail.com>
+Build-Depends: debhelper (>= 8),
+               cdbs,
+               mate-common,
+               gtk-doc-tools,
+               libcaja-extension-dev,
+               python-dev,
+               python-gtk2-dev (>= 2.8.0),
+               python-gobject-2-dev (>= 2.28.2)
+Standards-Version: 3.9.3
+Homepage: http://www.mate-desktop.org/
+
+Package: python-caja
+Architecture: any
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: Python binding for Caja components
+ Python binding for Caja, to allow Caja property page and menu item
+ extensions to be written in Python.
+
+Package: python-caja-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         python-caja (= ${binary:Version})
+Description: Python binding for Caja components (debugging symbols)
+ This package contains debugging symbols for python-caja.
+ It is provided to help debugging problems. The debugging symbols are
+ installed in /usr/lib/debug and will automatically be used by gdb.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..619870b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+This work was packaged for Debian by:
+
+    Stefano Karapetsas <stefano at karapetsas.com> on Fri, 13 Jan 2012 23:36:23 +0100
+
+It was downloaded from:
+
+    <https://github.com/mate-desktop/python-caja>
+
+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/pycompat b/debian/pycompat
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/pycompat
@@ -0,0 +1 @@
+2
diff --git a/debian/python-caja.install b/debian/python-caja.install
new file mode 100644
index 0000000..6fc751b
--- /dev/null
+++ b/debian/python-caja.install
@@ -0,0 +1,4 @@
+usr/share/doc/caja-python/
+usr/share/gtk-doc/html/
+usr/lib/caja/extensions-2.0/libcaja-python.so
+usr/lib/pkgconfig/caja-python.pc
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cd44051
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+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_CONFIGURE_SCRIPT := ./autogen.sh
+
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-static --enable-gtk-doc
+
+DEB_DH_INSTALL_ARGS += --list-missing
+
+binary-install/python-caja::
+	rm -rf debian/python-caja/usr/lib/caja-python/caja.la
+	rm -rf debian/python-caja/usr/lib/caja/extensions-2.0/libcaja-python.la
+
+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..4fb1ca8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/python-caja-?([\d\.-]+)\.tar\.gz/python-caja-$1.tar.gz/ \
+https://github.com/mate-desktop/python-caja/tags .*/archive/python-caja-?([\d\.]+).tar.gz

-- 
python-caja Debian package



More information about the pkg-mate-commits mailing list