debian/0000755000000000000000000000000011524343635007174 5ustar debian/compat0000644000000000000000000000000211524343360010365 0ustar 7 debian/patches/0000755000000000000000000000000011524343360010616 5ustar debian/patches/series0000644000000000000000000000005211524343360012030 0ustar 01-makefiles.patch 02-binutils_gold.patch debian/patches/01-makefiles.patch0000644000000000000000000000427311524343360014023 0ustar Description: Skip Makefile,configure scripts which are in the debian/ directory. Origin: Debian Forwarded: no --- Makefile.am | 2 +- Makefile.in | 2 +- configure | 3 +-- configure.ac | 1 - 4 files changed, 3 insertions(+), 5 deletions(-) --- gigedit.orig/Makefile.am +++ gigedit/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src gfx po debian doc win32 +SUBDIRS = src gfx po doc win32 DISTCLEANFILES = \ intltool-extract \ --- gigedit.orig/Makefile.in +++ gigedit/Makefile.in @@ -237,7 +237,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -SUBDIRS = src gfx po debian doc win32 +SUBDIRS = src gfx po doc win32 DISTCLEANFILES = \ intltool-extract \ intltool-merge \ --- gigedit.orig/configure +++ gigedit/configure @@ -23619,7 +23619,7 @@ fi -ac_config_files="$ac_config_files Makefile src/Makefile src/gigedit/Makefile src/plugin/Makefile gfx/Makefile po/Makefile.in debian/Makefile doc/Makefile doc/quickstart/Makefile win32/libgigedit.dev win32/gigedit.dev win32/gigedit.nsi win32/Makefile gigedit.spec" +ac_config_files="$ac_config_files Makefile src/Makefile src/gigedit/Makefile src/plugin/Makefile gfx/Makefile po/Makefile.in doc/Makefile doc/quickstart/Makefile win32/libgigedit.dev win32/gigedit.dev win32/gigedit.nsi win32/Makefile gigedit.spec" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -24232,7 +24232,6 @@ do "src/plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugin/Makefile" ;; "gfx/Makefile") CONFIG_FILES="$CONFIG_FILES gfx/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; - "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "doc/quickstart/Makefile") CONFIG_FILES="$CONFIG_FILES doc/quickstart/Makefile" ;; "win32/libgigedit.dev") CONFIG_FILES="$CONFIG_FILES win32/libgigedit.dev" ;; --- gigedit.orig/configure.ac +++ gigedit/configure.ac @@ -187,7 +187,6 @@ AC_CONFIG_FILES([ src/plugin/Makefile gfx/Makefile po/Makefile.in - debian/Makefile doc/Makefile doc/quickstart/Makefile win32/libgigedit.dev debian/patches/02-binutils_gold.patch0000644000000000000000000000072111524343360014714 0ustar Description: Fix FTBFS with binutils-gold. Author: Alessio Treglia Forwarded: no --- src/gigedit/Makefile.am | 1 + 1 file changed, 1 insertion(+) --- gigedit.orig/src/gigedit/Makefile.am +++ gigedit/src/gigedit/Makefile.am @@ -22,6 +22,7 @@ libgigedit_la_LDFLAGS = \ bin_PROGRAMS = gigedit gigedit_SOURCES = main.cpp gigedit_LDADD = \ + -lsigc-2.0 \ $(top_builddir)/src/gigedit/libgigedit.la if WINDOWS gigedit_LDFLAGS = -mwindows debian/rules0000755000000000000000000000031611524343360010247 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf # Skip to prevent FTBFS override_dh_auto_test: override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/gigedit/usr/lib/gigedit -name *.la -delete debian/docs0000755000000000000000000000002411524343360010041 0ustar AUTHORS README NEWS debian/control0000755000000000000000000000200511524343360010572 0ustar Source: gigedit Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), automake, dh-autoreconf, pkg-config, intltool, libgtkmm-2.4-dev, libsndfile1-dev, xsltproc, docbook-xsl, libgig-dev, uuid-dev Standards-Version: 3.9.1 Homepage: http://www.linuxsampler.org/ Vcs-Git: git://git.debian.org/pkg-multimedia/gigedit.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gigedit.git Package: gigedit Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: instrument editor for Gigasampler files gigedit is an instrument editor allowing to modify existing Gigasampler files, as well as creating new ones from scratch. The GUI is based on the GTK+ (gtkmm) toolkit. Even though it is created as a subproject of the LinuxSampler project, it is currently a completely independent stand-alone editor. debian/changelog0000644000000000000000000000675411524343442011056 0ustar gigedit (0.2.0-1) unstable; urgency=low * Upload to unstable. * debian/gbp.conf: Set sign-tags to True. -- Alessio Treglia Tue, 08 Feb 2011 23:43:24 +0100 gigedit (0.2.0-1~exp2) experimental; urgency=low * Remove Christian Schoenbeck from the Uploaders list (Closes: #572738). * debian/patches/01-makefiles.patch: Add patch header as per DEP-3. * Replace dh_autotools_dev with dh-autoreconf. * Add patch to fix FTBFS with binutils-gold. -- Alessio Treglia Fri, 03 Dec 2010 17:07:05 +0100 gigedit (0.2.0-1~exp1) experimental; urgency=low * New upstream release: - The keyboard may now be used to trigger notes when running as plugin. - The settings in the file properties window are now editable. - A new function for replacing all samples is added. * Switch to format 3.0 (quilt). * Remove debian/Makefile.* files, no longer needed. * Switch to DH 7. * Add autotools-dev support. * ACK previous NMU, revert patches directly applied to the sources. * debian/control: - Build-Depends on automake. - Move upstream's URL to source stanza. - Update Standards-Version to 3.9.1. - Correct team's name. - Add myself as uploader. - Add Vcs fields. - Fix lintian binary-control-field-duplicates-source warning. * Skip 'make check' rule to avoid FTBFS. * Purge *.la files. * Rewrite debian/copyright as per DEP-5 proposal. * Update debian/watch file. * Update debian/copyright file. * Refresh debian/patches/01-makefiles.patch. * Drop 02-missing_includes.patch, no longer needed. -- Alessio Treglia Tue, 17 Aug 2010 10:45:58 +0200 gigedit (0.1.1-2.2) unstable; urgency=high * Non-maintainer upload. * Urgency set to high because of RC bug fix * Fix FTBFS due to missing #include statements. Thanks to Peter Green for the patch. Closes: #482650 -- Tobias Toedter Sun, 25 May 2008 12:41:47 +0200 gigedit (0.1.1-2.1) unstable; urgency=high * Non-maintainer upload. * Urgency set to high because of RC bug fix * Adding uuid-dev to Build-Depends. Thanks to Martin Stigge for the patch. Closes: #473943 -- Tobias Toedter Fri, 23 May 2008 19:10:18 +0200 gigedit (0.1.1-2) unstable; urgency=low * Fix broken DESTDIR variable (Closes: #459656) -- Free Ekanayaka Mon, 14 Jan 2008 11:44:44 +0000 gigedit (0.1.1-1) unstable; urgency=low [ Christian Schoenebeck ] * New release. [ Free Ekanayaka ] * First upload to Debian (Closes: #459656) * debian/control: - build depend on libgig-dev - bumped standard version to 3.7.1 * debian/rules - use dh_strip -- Free Ekanayaka Mon, 7 Jan 2008 22:23:58 +0000 gigedit (0.1.0-2) unreleased; urgency=low * Ignore missing Makefile.cvs (which doesn't exist in release tarballs). -- Christian Schoenebeck Thu, 18 Oct 2007 15:25:16 +0200 gigedit (0.1.0-1) unreleased; urgency=low * Added build-dependency to xsltproc and docbook-xsl as the current CVS version needs it to generate the quick start document (not necessary for tarball releases though). * New release. -- Christian Schoenebeck Mon, 15 Oct 2007 22:36:36 +0200 gigedit (0.0.3-1) unreleased; urgency=low * Initial Release. * compile with debug info (-g) and don't strip binary (to allow debugging) -- Christian Schoenebeck Wed, 30 May 2007 02:18:18 +0200 debian/gbp.conf0000644000000000000000000000005711524343374010615 0ustar [DEFAULT] pristine-tar = True sign-tags = True debian/copyright0000644000000000000000000000453511524343360011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: Gigedit Maintainer: Andreas Persson Source: http://www.linuxsampler.org/downloads.html#gigedit Copyright: 2006-2009 Andreas Persson License: GPL-2+ Files: ./src/gigedit/wrapLabel.* Copyright: 2005 VMware, Inc. License: other Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: ./debian/* Copyright: 2010 Alessio Treglia 2008 Free Ekanayaka 2007 Christian Schoenebeck License: GPL-2+ License: GPL-2+ 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 2 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. X-Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000011524343360010467 5ustar debian/source/format0000644000000000000000000000001411524343360011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011211524343360010212 0ustar version=3 http://download.linuxsampler.org/packages/gigedit-(.*)\.tar\.gz