[caja-actions] 01/01: starting with debian/ folder similar to what is used by Ubuntu MATE

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Tue Feb 17 11:00:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

gnugr-guest pushed a commit to branch master
in repository caja-actions.

commit 7f093fa6be65f0ba43dfeb0fb9569319118fdb05
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Tue Feb 17 12:55:45 2015 +0200

    starting with debian/ folder similar to what is used by Ubuntu MATE
---
 debian/caja-actions-common.install |   6 ++
 debian/caja-actions-dev.install    |   2 +
 debian/caja-actions.install        |   2 +
 debian/changelog                   |   5 ++
 debian/compat                      |   1 +
 debian/control                     |  81 +++++++++++++++++++++++++++
 debian/copyright                   | 111 +++++++++++++++++++++++++++++++++++++
 debian/rules                       |  23 ++++++++
 debian/source/format               |   1 +
 debian/watch                       |   2 +
 10 files changed, 234 insertions(+)

diff --git a/debian/caja-actions-common.install b/debian/caja-actions-common.install
new file mode 100644
index 0000000..526838f
--- /dev/null
+++ b/debian/caja-actions-common.install
@@ -0,0 +1,6 @@
+usr/share/applications
+usr/share/caja-actions
+usr/share/doc
+usr/share/help
+usr/share/icons
+usr/share/locale
diff --git a/debian/caja-actions-dev.install b/debian/caja-actions-dev.install
new file mode 100644
index 0000000..3fe3c67
--- /dev/null
+++ b/debian/caja-actions-dev.install
@@ -0,0 +1,2 @@
+usr/include/
+usr/share/gtk-doc/
diff --git a/debian/caja-actions.install b/debian/caja-actions.install
new file mode 100644
index 0000000..527b78f
--- /dev/null
+++ b/debian/caja-actions.install
@@ -0,0 +1,2 @@
+usr/bin
+usr/lib
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d568cc2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+caja-actions (1.7.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #777226).
+
+ -- Vangelis Mouhtsis <vangelis at gnugr.org>  Fri, 6 Feb 2015 22:12:17 +0000
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..09bde9c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,81 @@
+Source: caja-actions
+Section: utils
+Priority: optional
+Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
+Uploaders: Martin Wimpress <code at flexion.org>
+           Mike Gabriel <sunweaver at debian.org>
+           Vangelis Mouhtsis <vangelis at gnugr.org>
+Build-Depends: debhelper (>= 9),
+               autotools-dev,
+               mate-common,
+               libgtk2.0-dev,
+               libunique-dev,
+               libgtop2-dev,
+               libxml2-dev,
+               uuid-dev,
+               libcaja-extension-dev,
+               docbook-utils,
+               yelp-tools,
+Build-Depends-Indep: intltool (>= 0.40.0),
+                     gettext,
+Standards-Version: 3.9.6
+Homepage: https://github.com/NiceandGently/caja-actions
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/caja-actions.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-mate/caja-actions.git
+
+Package: caja-actions
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         caja-actions-common  (= ${source:Version}),
+Description: Caja extension to create custom actions
+ Caja-actions is an extension for Caja file manager which allows the user to
+ add arbitrary program to be launched through the Caja file manager popup
+ menu of selected files.
+
+Package: caja-actions-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Caja extension to create custom actions
+ Caja-actions is an extension for Caja file manager which allows the user to
+ add arbitrary program to be launched through the Caja file manager popup
+ menu of selected files.
+ .
+ This package contains the architecture independent files.
+
+Package: caja-actions-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         caja-actions  (= ${binary:Version}),
+         libgtk2.0-dev,
+         libunique-dev,
+         libgtop2-dev,
+         libxml2-dev,
+         uuid-dev,
+         libcaja-extension-dev,
+Description: Caja extension to create custom actions (development files)
+ Caja-actions is an extension for Caja file manager which allows the user to
+ add arbitrary program to be launched through the Caja file manager popup
+ menu of selected files.
+ .
+ This package contains the development files for the libraries needed
+ by Caja's extensions.
+
+Package: caja-actions-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         caja-actions (= ${binary:Version}),
+Description: Caja extension to create custom actions (debugging symbols)
+ Caja-actions is an extension for Caja file manager which allows the user to
+ add arbitrary program to be launched through the Caja file manager popup
+ menu of selected files.
+ .
+ This package contains debugging symbols for Caja Actions
+ .
+ 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..71dfe85
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,111 @@
+This work was packaged for Debian by:
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-name: caja-actions
+Upstream-Contact: Martin Wimpress <code at flexion.org>
+Source: https://github.com/NiceandGently/caja-actions
+
+Files: src/core/export-format-ask.png
+       src/core/import-mode-ask.png
+       src/core/import-mode-no-import.png
+       src/core/import-mode-override.png
+       src/core/import-mode-renumber.png
+       src/core/na-about.c
+       src/core/na-about.h
+       src/core/na-boxed.c
+       src/core/na-core-utils.c
+       src/core/na-data-boxed.c
+       src/core/na-data-def.c
+       src/core/na-data-types.c
+       src/core/na-desktop-environment.c
+       src/core/na-desktop-environment.h
+       src/core/na-export-format.c
+       src/core/na-export-format.h
+       src/core/na-exporter.c
+       src/core/na-exporter.h
+       src/core/na-factory-object.c
+       src/core/na-factory-object.h
+       src/core/na-factory-provider.c
+       src/core/na-factory-provider.h
+       src/core/na-gtk-utils.c
+       src/core/na-gtk-utils.h
+       src/core/na-icontext-factory.c
+       src/core/na-icontext.c
+       src/core/na-iduplicable.c
+       src/core/na-iexporter.c
+       src/core/na-ifactory-object.c
+       src/core/na-ifactory-provider.c
+       src/core/na-iimporter.c
+       src/core/na-iio-provider.c
+       src/core/na-import-mode.c
+       src/core/na-import-mode.h
+       src/core/na-importer-ask.c
+       src/core/na-importer-ask.h
+       src/core/na-importer-ask.ui
+       src/core/na-importer.c
+       src/core/na-importer.h
+       src/core/na-io-provider.c
+       src/core/na-io-provider.h
+       src/core/na-ioption.c
+       src/core/na-ioption.h
+       src/core/na-ioptions-list.c
+       src/core/na-ioptions-list.h
+       src/core/na-iprefs.c
+       src/core/na-iprefs.h
+       src/core/na-marshal.c
+       src/core/na-marshal.def
+       src/core/na-marshal.h
+       src/core/na-mate-vfs-uri.c
+       src/core/na-mate-vfs-uri.h
+       src/core/na-mateconf-migration.c
+       src/core/na-mateconf-migration.h
+       src/core/na-mateconf-monitor.c
+       src/core/na-mateconf-utils.c
+       src/core/na-module.c
+       src/core/na-module.h
+       src/core/na-object-action-factory.c
+       src/core/na-object-action.c
+       src/core/na-object-id-factory.c
+       src/core/na-object-id.c
+       src/core/na-object-item-factory.c
+       src/core/na-object-item.c
+       src/core/na-object-menu-factory.c
+       src/core/na-object-menu.c
+       src/core/na-object-profile-factory.c
+       src/core/na-object-profile.c
+       src/core/na-object.c
+       src/core/na-pivot.c
+       src/core/na-pivot.h
+       src/core/na-selected-info.c
+       src/core/na-selected-info.h
+       src/core/na-settings.c
+       src/core/na-settings.h
+       src/core/na-timeout.c
+       src/core/na-tokens.c
+       src/core/na-tokens.h
+       src/core/na-updater.c
+       src/core/na-updater.h
+       makefile.am
+       README
+Copyright: 2015, Wolfgang Ulbrich <chat-to-me at raveit.de>
+           2015, Martin Wimpress <code at flexion.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2015, Martin Wimpress <code at flexion.org>
+           2015, Mike Gabriel <sunweaver at debian.org>
+           2015, Vangelis Mouhtsis <vangelis at gnugr.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2bb1569
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+DHFLAGS=--parallel
+
+%:
+	dh $@ $(DHFLAGS) --with python2
+
+override_dh_install:
+	rm -fv debian/tmp/usr/lib/*/*.la
+	rm -fv debian/tmp/usr/lib/*/caja/extensions-2.0/*.la
+	rm -fv debian/tmp/usr/lib/*/caja-actions/*.la
+	dh_install --fail-missing
+
+override_dh_auto_configure:
+	NOCONFIGURE=1 ./autogen.sh
+	dh_auto_configure $(DHFLAGS) -- \
+		--with-gtk=2 \
+		--disable-scrollkeeper \
+		--disable-static \
+		--enable-html-manuals
+
+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..821dbf6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/NiceandGently/caja-actions/archive/v(\d\.\d\.\d).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja-actions.git



More information about the pkg-mate-commits mailing list