debian/0000755000000000000000000000000012155576772007207 5ustar debian/README.source0000644000000000000000000000031712155576230011354 0ustar cups-pk-helper for Debian ------------------------- debian/copyright0000644000000000000000000000236612155576230011136 0ustar This work was packaged for Debian by: Guido Günther on Fri, 23 Jul 2010 14:18:16 +0200 It was downloaded from: http://www.freedesktop.org/software/cups-pk-helper/releases/ Upstream Author: Vincent Untz Copyright: Copyright (C) 2008 Novell, Inc. License: 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA See "/usr/share/common-licenses/GPL-2" for the full license text. The Debian packaging is: Copyright (C) 2010 Guido Günther and is licensed under the GPL version 2, see "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000001032212155576764011060 0ustar cups-pk-helper (0.2.5-0ubuntu1) saucy; urgency=low * New upstream version: - Revert "Be stricter when validating printer names" - New/updated translations * debian/control: - updated debhelper requirement to match compat, updated standards-version * debian/patches/git_revert_stricter_validating.patch: - dropped, the fix is in the new version -- Sebastien Bacher Tue, 11 Jun 2013 12:37:38 +0200 cups-pk-helper (0.2.4-0ubuntu5) raring; urgency=low * debian/patches/git_revert_stricter_validating.patch: - backport upstream commit, the validation code was too strict which was preventing some users to configure their printer, thanks Till Kamppeter for finding the patch to backport (lp: #1101213) -- Sebastien Bacher Wed, 23 Jan 2013 12:52:12 +0100 cups-pk-helper (0.2.4-0ubuntu4) raring; urgency=low * debian/control: Added build dependency on gnome-common, for "GNOME_COMPILE_WARNINGS([maximum])" in configure.ac. -- Till Kamppeter Mon, 10 Dec 2012 21:35:30 +0100 cups-pk-helper (0.2.4-0ubuntu3) raring; urgency=low * debian/control: Added build dependency on dh-autoreconf. -- Till Kamppeter Mon, 10 Dec 2012 20:17:30 +0100 cups-pk-helper (0.2.4-0ubuntu2) raring; urgency=low * debian/compat: Set to level 9, to include DEB_BUILD_MAINT_OPTIONS support. * debian/rules: Added "export DEB_BUILD_MAINT_OPTIONS := hardening=+pie,+bindnow" to build hardened binaries, in preparation for the inclusion in Ubuntu Main. * debian/patches/configure.patch: Make ./configure more verbose to visualize the new hardening flags when linking. * debian/control, debian/rules: autoreconf the package to build the configure script with enhanced verbosity. -- Till Kamppeter Mon, 10 Dec 2012 19:20:30 +0100 cups-pk-helper (0.2.4-0ubuntu1) raring; urgency=low * New upstream version * Drop Debian kfreebsd patches since they don't apply and are not needed -- Sebastien Bacher Thu, 08 Nov 2012 11:36:02 +0100 cups-pk-helper (0.2.3-2) unstable; urgency=low * [a4c337b] Make sure O_NOFOLLOW can be used. Fixes FTBS on kFreeBSD. Thanks to Moritz Muehlenhoff -- Guido Günther Tue, 16 Oct 2012 20:40:09 +0200 cups-pk-helper (0.2.3-1) unstable; urgency=high [ Alexander Kurtz ] * [7812cea] Update VCS and Homepage URLs * [b1da444] Upstream uses xz tarballs now * [74a9c74] Update download URL [ Guido Günther ] * [1e5ae4e] New upstream version 0.2.3 This fixes CVE-2012-4510. Set urgency to high as discussed with the security team. -- Guido Günther Fri, 12 Oct 2012 17:32:31 +0200 cups-pk-helper (0.2.1.2-1) unstable; urgency=low * Upload to unstable. The tarball is identical to 0.2.1. (Closes: #651183) -- Guido Günther Thu, 22 Dec 2011 20:23:37 +0100 cups-pk-helper (0.2.1-2) experimental; urgency=low * Upload to experimental -- Guido Günther Fri, 18 Nov 2011 19:52:38 +0100 cups-pk-helper (0.2.1-1) unstable; urgency=low * [269a7c5] New upstream version 0.2.1 * [1139e5b] Drop dbus-glib dependency, uses GDBus now. * [84011e4] Bump glib dependency -- Guido Günther Fri, 18 Nov 2011 19:26:20 +0100 cups-pk-helper (0.2.1.1-1~really0.1.2) unstable; urgency=low * Reupload 0.1.2 to replace 0.2.1 which needs a glib not yet in unstable. -- Guido Günther Fri, 18 Nov 2011 19:44:21 +0100 cups-pk-helper (0.1.2-1) unstable; urgency=low * [019a316] New upstream version 0.1.2 (Closes: #622366) * [22a7fb4] Add Vcs links for Debian and Upstream * [5acc7f6] Add watch file * [e12aaf4] Drop patches, fixed upstream -- Guido Günther Tue, 12 Apr 2011 19:01:48 +0200 cups-pk-helper (0.1.0-2) unstable; urgency=low * [ee026be] New patch 0001-Use-g_strjoinv-instead-of-g_strjoin.patch: Use g_strjoinv instead of g_strjoin to avoid crash -- Guido Günther Mon, 26 Jul 2010 17:57:05 +0200 cups-pk-helper (0.1.0-1) unstable; urgency=low * Initial release (Closes: #581513) -- Guido Günther Fri, 23 Jul 2010 14:18:16 +0200 debian/rules0000755000000000000000000000100512155576230010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS := hardening=+pie,+bindnow %: dh $@ --with autoreconf debian/source/0000755000000000000000000000000012155576230010474 5ustar debian/source/format0000644000000000000000000000001412155576230011702 0ustar 3.0 (quilt) debian/control0000644000000000000000000000217112155576647010614 0ustar Source: cups-pk-helper Section: gnome Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Guido Günther Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, dh-autoreconf, gnome-common, intltool, libglib2.0-dev (>= 2.29.8), libpolkit-gobject-1-dev, libcups2-dev Standards-Version: 3.9.4 Homepage: http://www.freedesktop.org/wiki/Software/cups-pk-helper Vcs-Git: git://anonscm.debian.org/users/agx/cups-pk-helper.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/agx/cups-pk-helper.git X-Upstream-Vcs-Git: git://anongit.freedesktop.org/cups-pk-helper X-Upstream-Vcs-Browser: http://cgit.freedesktop.org/cups-pk-helper/ Package: cups-pk-helper Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: PolicyKit helper to configure cups with fine-grained privileges This package provides a PolicyKit helper to configure cups with fine-grained privileges. For example, it's possible to let users enable/disable printers without requiring a password, while still requiring a password for editing printer settings. debian/compat0000644000000000000000000000000212155576230010372 0ustar 9 debian/watch0000644000000000000000000000014612155576230010226 0ustar version=3 http://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-(\d.*)\.tar\.xz debian/docs0000644000000000000000000000001412155576230010042 0ustar NEWS README debian/patches/0000755000000000000000000000000012155576475010636 5ustar debian/patches/configure.patch0000644000000000000000000000135212155576230013626 0ustar --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ [https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper]) AC_CONFIG_SRCDIR(src/cups-pk-helper-mechanism.c) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar]) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) AM_CONFIG_HEADER(config.h) # Standard C stuff @@ -77,6 +77,7 @@ source code location: ${srcdir} compiler: ${CC} cflags: ${CFLAGS} + ldflags: ${LDFLAGS} Maintainer mode: ${USE_MAINTAINER_MODE} Use *_DISABLE_DEPRECATED: ${enable_deprecation_flags} debian/patches/series0000644000000000000000000000002012155576475012043 0ustar configure.patch