[SCM] mate-file-manager-share Debian package branch, master, updated. 7a2bb97fb96b8aeafb45f87cc6cb513177063dc4

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


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-file-manager-share.git;a=commitdiff;h=7a2bb97

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

    add /debian packaging folder as provided by upstream internal packaging repos
---
 debian/changelog     |   11 +++++++++++
 debian/compat        |    1 +
 debian/control       |   21 +++++++++++++++++++++
 debian/copyright     |   43 +++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |   15 +++++++++++++++
 debian/source/format |    1 +
 debian/watch         |    3 +++
 7 files changed, 95 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..93ecc9b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+mate-file-manager-share (1.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 02 Apr 2013 23:43:57 +0200
+
+mate-file-manager-share (1.5.0-1) unstable; urgency=low
+
+  * New upstream development release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 18 Dec 2012 22:39:15 +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..8ceeae6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: mate-file-manager-share
+Section: mate
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at gmail.com>
+Build-Depends: debhelper (>= 8),
+               cdbs,
+               mate-common,
+               libcaja-extension-dev
+Standards-Version: 3.9.3
+Homepage: http://www.mate-desktop.org/
+
+Package: caja-share
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         samba-common-bin
+Description: Allows to quickly share a folder from the Caja file manager
+ Caja share allows you to quickly share a folder from the MATE Caja
+ file manager without requiring root access. It uses Samba, so your folders
+ can be accessed by any operating system.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2e3d3e6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+    Stefano Karapetsas <stefano at karapetsas.com> on Sun, 27 Nov 2011 00:09:47 +0100
+
+It was downloaded from:
+
+    <http://pub.mate-desktop.org>
+
+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) 2012 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/rules b/debian/rules
new file mode 100755
index 0000000..36b2ff2
--- /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/class/autotools.mk
+
+DEB_DH_INSTALL_ARGS += --list-missing
+
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
+
+binary-post-install/caja-share::
+	rm -f debian/caja-share/usr/lib/caja/extensions-*/libcaja-share.a
+	rm -f debian/caja-share/usr/lib/caja/extensions-*/libcaja-share.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..796679a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-file-manager-share-?([\d\.-]+)\.tar\.gz/mate-file-manager-share-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-file-manager-share/tags .*/archive/mate-file-manager-share-?([\d\.]+).tar.gz

-- 
mate-file-manager-share Debian package



More information about the pkg-mate-commits mailing list