[SCM] easytag/master: Add new easytag-nautilus subpackage
amigadave-guest at users.alioth.debian.org
amigadave-guest at users.alioth.debian.org
Fri Nov 14 13:56:21 UTC 2014
The following commit has been merged in the master branch:
commit 5864ad43991a4775cf94847465f31c8393a92d0c
Author: David King <amigadave at amigadave.com>
Date: Tue Nov 4 18:17:11 2014 +0000
Add new easytag-nautilus subpackage
diff --git a/debian/control b/debian/control
index bca5c60..5f3bbc6 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends:
libgtk-3-dev (>= 3.2.1),
libid3-3.8.3-dev,
libid3tag0-dev,
+ libnautilus-extension-dev,
libogg-dev,
libopusfile-dev,
libspeex-dev,
@@ -71,3 +72,15 @@ Description: GTK+ editor for audio file tags
- A playlist generator window;
- A file searching window;
- Simple and explicit interface.
+
+Package: easytag-nautilus
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ nautilus (>= ~3~)
+Description: Nautilus extension for easytag
+ EasyTAG is an utility for viewing, editing and writing
+ the tags of different audio files, using a GTK+ interface.
+ .
+ This is the extension for the Nautilus file manager.
diff --git a/debian/copyright b/debian/copyright
index 8a6b255..e9becad 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,6 +13,11 @@ Files: src/libapetag/*
Copyright: 2002 Artur Polaczynski
License: LGPL-2.1+
+Files: nautilus-extension/*
+Copyright: 2014 Victor A. Santos <victoraur.santos at gmail.com>
+ 2014 David King <amigadave at amigadave.com>
+License: GPL-3+
+
Files: debian/*
Copyright: 2000-2014 various Debian contributers
License: GPL-2+
@@ -39,6 +44,24 @@ License: GPL-2+
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
+License: GPL-3+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/debian/easytag-nautilus.install b/debian/easytag-nautilus.install
new file mode 100644
index 0000000..4bc9055
--- /dev/null
+++ b/debian/easytag-nautilus.install
@@ -0,0 +1 @@
+usr/lib/nautilus
diff --git a/debian/easytag.install b/debian/easytag.install
new file mode 100644
index 0000000..9df4d36
--- /dev/null
+++ b/debian/easytag.install
@@ -0,0 +1,8 @@
+debian/easytag.xpm usr/share/pixmaps
+usr/bin
+usr/share/appdata
+usr/share/applications
+usr/share/glib-2.0/schemas
+usr/share/help
+usr/share/icons
+usr/share/man
diff --git a/debian/menu b/debian/easytag.menu
similarity index 100%
rename from debian/menu
rename to debian/easytag.menu
diff --git a/debian/rules b/debian/rules
index c1eab2f..181d499 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -v debian/tmp/usr/lib/nautilus/extensions-3.0/*.la
+
+override_dh_makeshlibs:
+ dh_makeshlibs --exclude=/usr/lib/nautilus/extensions-3.0
--
easytag packaging
More information about the pkg-multimedia-commits
mailing list