debian/0000755000000000000000000000000012127030100007150 5ustar debian/compat0000644000000000000000000000000212127030100010346 0ustar 9 debian/rules0000755000000000000000000000115612127030100010233 0ustar #!/usr/bin/make -f include /usr/share/hardening-includes/hardening.make export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed CFLAGS += $(HARDENING_CFLAGS) LDFLAGS += $(HARDENING_LDFLAGS) CXXFLAGS += $(HARDENING_CFLAGS) debian_destdir :=$(CURDIR)/debian/gpick/usr %: dh $@ override_dh_clean: dh_testdir dh_testroot scons -c -C src find -name "*.pyc" -delete rm -f build-stamp configure-stamp rm -rf .sconsign.dblite config.log .sconf_temp/ build/ dh_clean override_dh_install: scons install DESTDIR=$(debian_destdir) rm -f $(debian_destdir)/share/doc/copyright rm -f $(debian_destdir)/share/man/man1/gpick.1 debian/control0000644000000000000000000000155012127030100010554 0ustar Source: gpick Section: graphics Priority: optional Maintainer: Elías Alejandro Año Mendoza Build-Depends: debhelper (>= 9.0.0), scons, libcairo2 (>=1.6), libglib2.0-0 (>=2.16), libdbus-glib-1-dev (>=0.76), libgtk2.0-dev (>= 2.12), liblua5.2-dev (>= 5.2), libboost-dev, libexpat1-dev, lemon, flex, hardening-includes Standards-Version: 3.9.4 Homepage: http://code.google.com/p/gpick/ Vcs-Git: git://git.debian.org/collab-maint/gpick.git Vcs-Browser: http://git.debian.org/?p=collab-maint/gpick.git;a=summary Package: gpick Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: advanced GTK+ color picker gpick is an advanced color picker used to pick colors from anywhere on the screen, mix them to get new colors, generate shades and tints, and export palettes to common file formats or simply copy them to the clipboard. debian/changelog0000644000000000000000000000252312127030100011024 0ustar gpick (0.2.5-1) unstable; urgency=low * New upstream release * Updated Standards-Version to 3.9.4 * Bump debhelper compat to 9 * Enabled hardening build flags * debian/control + liblua5.2-dev instead liblua5.1-0-dev under Build-Depends * debian/watch + Updated path to match the new names of the source tarballs * debian/patches + Removed 01_expat_dependency.patch (Upstream has fixed) + Removed 02_dsolink_expat.patch (Upstream has included) * debian/copyright + Updated copyright format * debian/gpick.1 + Included 2 new options for manpage file -- Elías Alejandro Año Mendoza Wed, 27 Mar 2013 09:13:07 -0500 gpick (0.2.4-1) unstable; urgency=low * New upstream release. * Updated Standards-Version to 3.9.2 * Bump debhelper compat to 8 * Upstream fixed wrong color (Closes: #622964) * Updated debian/copyright under DEP-5 format. * Added '-Wl,--as-needed' flag into debian/rules. * 01_expat_dependency.patch: Updated. * 02_dsolink_expat.patch: Updated. -- Elías Alejandro Año Mendoza Tue, 14 Jun 2011 13:44:26 -0500 gpick (0.2.3-1) unstable; urgency=low * Initial release (Closes: #579617) * Switched to share expat library and avoid its internal library. -- Elías Alejandro Año Mendoza Thu, 11 Nov 2010 18:03:50 -0500 debian/gbp.conf0000644000000000000000000000003612127030100010566 0ustar [DEFAULT] pristine-tar = True debian/gpick.manpages0000644000000000000000000000001712127030100011760 0ustar debian/gpick.1 debian/copyright0000644000000000000000000001027712127030100011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gpick Upstream-Contact: Albertas Vyšniauskas Source: http://code.google.com/p/gpick/ Files: * Copyright: 2009-2012 Albertas Vyšniauskas License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the software author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: share/gpick/colors.txt Copyright: 2001, Resene Paints Ltd. License: Permission to copy this dictionary, to modify it, to redistribute it, to distribute modified versions, and to use it for any purpose is granted, subject to the following restrictions and understandings. . 1. Any text copy made of this dictionary must include this copyright notice in full. . 2. Any redistribution in binary form must reproduce this copyright notice in the documentation or other materials provided with the distribution. . 3. Resene Paints Ltd makes no warranty or representation that this dictionary is error-free, and is under no obligation to provide any services, by way of maintenance, update, or otherwise. . 4. There shall be no use of the name of Resene or Resene Paints Ltd in any advertising, promotional, or sales literature without prior written consent in each case. . 5. These RGB colour formulations may not be used to the detriment of Resene Paints Ltd. Files: debian/* Copyright: 2011-2013 Elías Alejandro Año Mendoza License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the software author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000012127030100010450 5ustar debian/source/format0000644000000000000000000000001412127030100011656 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014012127030100010174 0ustar version=3 http://code.google.com/p/gpick/downloads/list?can=1 .*/gpick_(\d[\d.]*)\.(?:tar\.gz) debian/gpick.10000644000000000000000000000140512127030100010327 0ustar .TH GPICK 1 "November 11, 2010" .SH NAME gpick \- advanced color picker written in C++ using GTK+ toolkit .SH SYNOPSIS .B gpick [OPTION...] [FILE...] .SH DESCRIPTION \fBgpick\fP starts an application and opens FILE if it is specified .SH HELP OPTIONS .TP .B \-h, \-\-help Show help options. .TP .B \-\-help-all Show all help options. .TP .B \-\-help-gtk Show GTK+ Options .SH APPLICATION OPTIONS .TP .B \-g\, \-\-geometry=GEOMETRY Window geometry .TP .B \-p\, \-\-pick Pick a color .TP .B \-v\, \-\-version Print version information .TP .B \-\-display=DISPLAY X display to use .br .SH AUTHOR gpick was written by Albertas Vyšniauskas .PP This manual page was written by Elías Alejandro Año Mendoza , for the Debian project (and may be used by others).