--- libgnomecups-0.2.3.orig/debian/watch +++ libgnomecups-0.2.3/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://ftp.gnome.org/pub/gnome/sources/libgnomecups/([\d\.]+)/libgnomecups-([\d\.]+).tar.gz --- libgnomecups-0.2.3.orig/debian/changelog +++ libgnomecups-0.2.3/debian/changelog @@ -0,0 +1,306 @@ +libgnomecups (0.2.3-2) unstable; urgency=low + + * New patch, 25_browsed_ppds, fix PPD retrieval for printers picked up with + cups browsing; from Ubuntu; by Florian Pflug; see Launchpad #52867. + * Let libgnomecups1.0-dev depend on ${misc:Depends} and ${shlibs:Depends}. + + -- Loic Minier Sun, 06 Apr 2008 22:55:05 +0200 + +libgnomecups (0.2.3-1) unstable; urgency=low + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + + [ Kilian Krause ] + * Use binary:version and source:Version for binnNMU-safe uploads as + added in dpkg-dev 1.13.19. Add to Build-Depends accordingly + + [ Loic Minier ] + * New upstream stable release; API addition; bug fixes, translations. + - Bump shlibs to >= 0.2.3. + - Drop patch 24_mem-leak, obsolete. + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; bump cdbs + build-dep to >= 0.4.41. + * Add Section: libs to Source. + * Bump up Standards-Version to 3.7.3. + * Wrap build-deps and deps. + * Bump up Debhelper compatibility level to 5. + + -- Loic Minier Wed, 30 Jan 2008 12:33:22 +0100 + +libgnomecups (0.2.2-5) unstable; urgency=low + + * Update 24_mem-leak with a nicer version as suggested in the upstream bug + report. + + -- Loic Minier Mon, 3 Jul 2006 21:57:57 +0200 + +libgnomecups (0.2.2-4) unstable; urgency=low + + * New patch, 24_mem-leak, by Samuel Mimram to fix memory leak in + gnome_cups_request_add_requested_attributes(). (Closes: #369083, #375891) + + -- Loic Minier Mon, 3 Jul 2006 21:38:36 +0200 + +libgnomecups (0.2.2-3) unstable; urgency=low + + * Merge versions from 0.2.2-1ubuntu1 to 0.2.2-1ubuntu5 as separate patches: + - 20_parse-dot-cups-lpoptions: parse ~/.cups/lpoptions. + - 21_fix-islocal: check whether the printer URI starts with http://, + ipp://, or smb:// to test whether its local or not. + - 22_ignore-ipp-not-found: do not warn on stderr in case of IPP_NOT_FOUND. + (Closes: #366472, #372085) + - 23_replace-set-printer-attrs: replace IPP_SET_PRINTER_ATTRIBUTES with + CUPS_ADD_MODIFY_PRINTER. + + -- Loic Minier Fri, 30 Jun 2006 12:09:35 +0200 + +libgnomecups (0.2.2-2) unstable; urgency=low + + * Set shlibs to >= 0.2.0 which saw the last API additions. (Closes: #344684) + [debian/rules] + * Bump up Standards-Version to 3.7.2. + [debian/control, debian/control.in] + + -- Loic Minier Tue, 23 May 2006 13:52:02 +0200 + +libgnomecups (0.2.2-1ubuntu5) dapper; urgency=low + + * libgnomecups/gnome-cups-printer.c, gnome_cups_printer_get_is_local(): + - Regard https URLs as non-local, too. + - Thanks to VETSEL Patrice for catching this. + + -- Martin Pitt Thu, 18 May 2006 14:12:51 +0200 + +libgnomecups (0.2.2-1ubuntu4) dapper; urgency=low + + * libgnomecups/gnome-cups-printer.c, gnome_cups_printer_get_is_local(): + - Fix detection of local printers: Remote printers do not have an empty + device URI, but one starting with http://, ipp://, or smb://. + - Thanks to VETSEL Patrice for debugging this. + - Closes: LP#41400 + + -- Martin Pitt Thu, 18 May 2006 12:11:04 +0200 + +libgnomecups (0.2.2-1ubuntu3) dapper; urgency=low + + * libgnomecups/gnome-cups-printer.c, parse_lpoptions(): Do not only look in + the obsolete ~/.lpoptions file, but also into ~/.cups/lptoptions. This + fixes the handling of user defined printer settings, default printer, etc. + Closes: LP#34112 and half a thousand duplicates. + + -- Martin Pitt Wed, 17 May 2006 15:53:27 +0200 + +libgnomecups (0.2.2-1ubuntu2) dapper; urgency=low + + * libgnomecups/gnome-cups-printer.c: + - Replace IPP_SET_PRINTER_ATTRIBUTES call with CUPS_ADD_MODIFY_PRINTER, + since Cups does not implement the former. (See + http://lists.samba.org/archive/samba-technical/2003-February/027044.html) + - Thanks to Amos Brocco for this patch! + - See LP#8023 + + -- Martin Pitt Fri, 12 May 2006 09:52:31 +0200 + +libgnomecups (0.2.2-1ubuntu1) dapper; urgency=low + + * libgnomecups/gnome-cups-request.c: Do not issue a g_warning() on + IPP_NOT_FOUND. This avoids generating huge ~/.xsession-errors log files + with tons of 'IPP request failed with status 1030' lines. + Closes: LP#38042 + + -- Martin Pitt Thu, 6 Apr 2006 12:50:23 +0200 + +libgnomecups (0.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Loic Minier Sat, 1 Oct 2005 21:51:21 +0200 + +libgnomecups (0.2.1-2) unstable; urgency=medium + + * Add cupsys Recommends; see #261179, #274333, and #325434 for the rationale + behind pulling cupsys by default but permitting the user to remove it if + he configures a remote CUPS/IPP server. + [debian/control, debian/control.in] + * Urgency medium to get this in testing in 5 days (0.2.1-1 already stayed + for 5 days in testing). + + -- Loic Minier Sun, 18 Sep 2005 17:08:03 +0200 + +libgnomecups (0.2.1-1) unstable; urgency=low + + [ Josselin Mouette ] + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + + [ Loic Minier ] + * New upstream release. + - Drop IPP/HTTP responses fix, merged upstream. + [debian/patches/responses.diff] + * Drop DEB_DH_MAKESHLIBS_ARGS_ALL := -V. + * Update FSF address. [debian/copyright] + * Bump up Standards-Version to 3.6.2. + + -- Loic Minier Mon, 12 Sep 2005 23:27:46 +0200 + +libgnomecups (0.2.0-2) unstable; urgency=low + + * patches/responses.diff: patch from CVS, fixing response code handling. + * Add debian/watch. + + -- Ross Burton Thu, 7 Apr 2005 16:03:37 +0100 + +libgnomecups (0.2.0-1) unstable; urgency=low + + * New (for Debian) upstream release. + * [debian/control.in] Use three digit Standards-Version. + + -- J.H.M. Dassen (Ray) Wed, 23 Mar 2005 20:57:47 +0100 + +libgnomecups (0.2.0-0ubuntu1) hoary; urgency=low + + * New upstream release. + * debian/patches/dont_reuse_connection.patch: + - not needed. + + -- Sebastien Bacher Tue, 8 Mar 2005 12:10:13 +0100 + +libgnomecups (0.1.14-0ubuntu2) hoary; urgency=low + + * Added debian/patches/dont_reuse_connection.patch: + - Immediately close the HTTP connection again after using it instead of + keeping it open. This caused a crash due to SIGPIPE when CUPS was + restarted while g-c-m ran. This only happened with remote IPP printers. + - See also http://bugzilla.gnome.org/show_bug.cgi?id=168881 + + -- Martin Pitt Tue, 1 Mar 2005 16:35:07 +0100 + +libgnomecups (0.1.14-0ubuntu1) hoary; urgency=low + + * New upstream release. + * debian/patches/free-lang.diff: + - removed, the changes are in the new version. + + -- Sebastien Bacher Tue, 14 Dec 2004 15:53:34 +0100 + +libgnomecups (0.1.13-1) unstable; urgency=medium + + * New upstream release (bugfix and translation updates). + + -- J.H.M. Dassen (Ray) Tue, 5 Oct 2004 19:30:32 +0200 + +libgnomecups (0.1.12-1) unstable; urgency=high + + * Urgency due to crasher if threads are used + * New upstream release - threads are initialized if required (closes: #272743) + + -- Ross Burton Wed, 22 Sep 2004 13:40:40 +0100 + +libgnomecups (0.1.11-1) unstable; urgency=medium + + * Urgency due to massive memory leak fix + * New upstream release + * patches/free-lang.diff: Free the language, fixing a memory leak (closes: #238477) + + -- Ross Burton Fri, 27 Aug 2004 11:00:11 +0100 + +libgnomecups (0.1.10-1) unstable; urgency=low + + * New upstream release. + * [debian/rules] Ensure at build time that all symbols are resolvable; make + the linker work a bit harder so dynamic loading will be faster. + + -- J.H.M. Dassen (Ray) Sat, 21 Aug 2004 12:04:53 +0200 + +libgnomecups (0.1.9-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + + -- Sebastien Bacher Tue, 3 Aug 2004 22:07:57 +0200 + +libgnomecups (0.1.8-3) unstable; urgency=low + + * GNOME team upload. + * debian/control.in: update libcupsys2-dev build-dep to + (>= 1.1.20final+rc1-4), for the gnutls11 transition. + + -- Jordi Mallach Wed, 28 Jul 2004 14:12:09 +0200 + +libgnomecups (0.1.8-2) unstable; urgency=low + + * Add intltool dependency + + -- Ross Burton Tue, 8 Jun 2004 13:54:49 +0100 + +libgnomecups (0.1.8-1) unstable; urgency=low + + * New upstream release + + -- Ross Burton Tue, 8 Jun 2004 08:16:47 +0100 + +libgnomecups (0.1.6-7) unstable; urgency=low + + * GNOME Team Upload. + * Rebuilt with gnutls10 in unstable. + * debian/control.in: + + updated Build-Depends. + + updated Standards-Version to 3.6.1.0. + + -- Sebastien Bacher Wed, 26 May 2004 21:47:02 +0200 + +libgnomecups (0.1.6-6) experimental; urgency=low + + * Rebuilt with new libcupsys2-gnutls. + * Gnome Team Upload. + + -- Sebastien Bacher Thu, 20 May 2004 15:00:00 +0200 + +libgnomecups (0.1.6-5) unstable; urgency=low + + * Correct previous patch, now some jobs don't disappear (closes: #225617) + + -- Ross Burton Thu, 15 Jan 2004 10:34:20 +0000 + +libgnomecups (0.1.6-4) unstable; urgency=low + + * Add patch to handle job->name == NULL (closes: 221978) + + -- Ross Burton Fri, 5 Dec 2003 13:55:13 +0000 + +libgnomecups (0.1.6-3) unstable; urgency=low + + * Add GNOME Team to uploaders + + -- Ross Burton Thu, 13 Nov 2003 15:44:06 +0000 + +libgnomecups (0.1.6-2) unstable; urgency=low + + * Add missing comma to Depends: (closes: #211583) + + -- Ross Burton Mon, 22 Sep 2003 11:05:52 +0100 + +libgnomecups (0.1.6-1) unstable; urgency=low + + * New upstream release + * Rebuild against new cupsys for gnutls7 + + -- Ross Burton Thu, 28 Aug 2003 13:09:15 +0100 + +libgnomecups (0.1.5-1) unstable; urgency=low + + * New upstream release + * Package the translations + * -dev should depend on libcupsys2-dev (closes: #201319) + * Change Build-Depends to libcupsys2-dev + * Move to Standards 3.6.0 + * Run autoconf.sh (urgh) to update libtool.m4 (closes: #201623) + + -- Ross Burton Wed, 23 Jul 2003 18:34:36 +0100 + +libgnomecups (0.1.4-1) unstable; urgency=low + + * Initial Release (closes: #198775) + + -- Ross Burton Wed, 25 Jun 2003 09:40:40 +0100 + --- libgnomecups-0.2.3.orig/debian/patches/20_parse-dot-cups-lpoptions.patch +++ libgnomecups-0.2.3/debian/patches/20_parse-dot-cups-lpoptions.patch @@ -0,0 +1,14 @@ +diff -pruN 0.2.2-1/libgnomecups/gnome-cups-printer.c 0.2.2-1ubuntu5/libgnomecups/gnome-cups-printer.c +--- 0.2.2-1/libgnomecups/gnome-cups-printer.c 2005-09-23 21:52:49.000000000 +0100 ++++ 0.2.2-1ubuntu5/libgnomecups/gnome-cups-printer.c 2006-06-27 16:21:38.000000000 +0100 +@@ -510,6 +510,10 @@ parse_lpoptions (cups_dest_t **dests) + num_dests = cups_get_dests (filename, num_dests, dests); + g_free (filename); + ++ filename = g_build_filename (g_get_home_dir (), ".cups", "lpoptions", NULL); ++ num_dests = cups_get_dests (filename, num_dests, dests); ++ g_free (filename); ++ + return num_dests; + } + --- libgnomecups-0.2.3.orig/debian/patches/23_replace-set-printer-attrs.patch +++ libgnomecups-0.2.3/debian/patches/23_replace-set-printer-attrs.patch @@ -0,0 +1,36 @@ +diff -pruN 0.2.2-1/libgnomecups/gnome-cups-printer.c 0.2.2-1ubuntu5/libgnomecups/gnome-cups-printer.c +--- 0.2.2-1/libgnomecups/gnome-cups-printer.c 2005-09-23 21:52:49.000000000 +0100 ++++ 0.2.2-1ubuntu5/libgnomecups/gnome-cups-printer.c 2006-06-27 16:21:38.000000000 +0100 +@@ -1237,6 +1244,9 @@ gnome_cups_printer_get_description (Gnom + + } + ++/* Define the CUPS-Add-Modify-Printer, see http://www.cups.org/documentation.php/spec-ipp.html#CUPS_ADD_MODIFY_PRINTER */ ++#define CUPS_ADD_MODIFY_PRINTER 0x4003 ++ + void + gnome_cups_printer_set_description (GnomeCupsPrinter *printer, + const char *description, +@@ -1252,7 +1262,9 @@ gnome_cups_printer_set_description (Gnom + return; + } + +- request = gnome_cups_request_new_for_printer (IPP_SET_PRINTER_ATTRIBUTES, ++ /* As read in http://lists.samba.org/archive/samba-technical/2003-February/027044.html ++ CUPS does not currently support IPP_SET_PRINTER_ATTRIBUTES, so a is used */ ++ request = gnome_cups_request_new_for_printer (CUPS_ADD_MODIFY_PRINTER, + printer); + ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-info", NULL, description); +@@ -1283,9 +1295,9 @@ gnome_cups_printer_set_location (GnomeCu + if (!strcmp (location, printer->details->location)) { + return; + } +- ++ /* Same as above (IPP_SET_PRINTER_ATTRIBUTES replaced by CUPS-Add-Modify-Printer ) */ + request = gnome_cups_request_new_for_printer ( +- IPP_SET_PRINTER_ATTRIBUTES, printer); ++ CUPS_ADD_MODIFY_PRINTER, printer); + ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-location", NULL, location); + response = gnome_cups_request_execute (request, NULL, "/admin/", error); --- libgnomecups-0.2.3.orig/debian/patches/22_ignore-ipp-not-found.patch +++ libgnomecups-0.2.3/debian/patches/22_ignore-ipp-not-found.patch @@ -0,0 +1,12 @@ +diff -pruN 0.2.2-1/libgnomecups/gnome-cups-request.c 0.2.2-1ubuntu5/libgnomecups/gnome-cups-request.c +--- 0.2.2-1/libgnomecups/gnome-cups-request.c 2005-03-28 16:43:06.000000000 +0100 ++++ 0.2.2-1ubuntu5/libgnomecups/gnome-cups-request.c 2006-06-27 16:21:38.000000000 +0100 +@@ -349,7 +349,7 @@ request_thread_main (GnomeCupsRequest *r + if (request->response == NULL) + status = IPP_INTERNAL_ERROR; + +- if (status > IPP_OK_CONFLICT) { ++ if (status > IPP_OK_CONFLICT && status != IPP_NOT_FOUND) { + g_warning ("IPP request failed with status %d", status); + if (request->error != NULL) + *(request->error) = g_error_new (GNOME_CUPS_ERROR, --- libgnomecups-0.2.3.orig/debian/patches/25_browsed_ppds.patch +++ libgnomecups-0.2.3/debian/patches/25_browsed_ppds.patch @@ -0,0 +1,53 @@ +fix PPD retrieval for printers picked up with cups browsing; from Ubuntu; by +Florian Pflug; see Launchpad #52867 + +diff -Nur libgnomecups-0.2.2/libgnomecups/gnome-cups-printer.c libgnomecups-0.2.2.new/libgnomecups/gnome-cups-printer.c +--- libgnomecups-0.2.2/libgnomecups/gnome-cups-printer.c 2006-09-18 10:23:13.000000000 +0200 ++++ libgnomecups-0.2.2.new/libgnomecups/gnome-cups-printer.c 2006-09-18 10:23:18.000000000 +0200 +@@ -1105,7 +1105,7 @@ + return NULL; + } + +- host = _gnome_cups_printer_get_host (printer); ++ host = _gnome_cups_printer_get_ppd_host (printer); + ppdpath = get_ppd_uri_path (printer); + + gnome_cups_request_file (host, ppdpath, fd, &error); +@@ -1976,3 +1976,26 @@ + + return host; + } ++ ++gchar * ++_gnome_cups_printer_get_ppd_host (GnomeCupsPrinter *printer) ++{ ++ gchar *host = NULL; ++ ++ if (printer->details->printer_uri) { ++ gchar *x, *y; ++ ++ x = strstr (printer->details->printer_uri, "://"); ++ ++ if (x) { ++ x += 3; ++ y = strpbrk (x, ":/"); ++ if (y) ++ host = g_strndup (x, y - x); ++ else ++ host = g_strdup (x); ++ } ++ } ++ ++ return host; ++} +diff -Nur libgnomecups-0.2.2/libgnomecups/gnome-cups-printer.h libgnomecups-0.2.2.new/libgnomecups/gnome-cups-printer.h +--- libgnomecups-0.2.2/libgnomecups/gnome-cups-printer.h 2005-03-04 14:43:33.000000000 +0100 ++++ libgnomecups-0.2.2.new/libgnomecups/gnome-cups-printer.h 2006-09-18 10:23:18.000000000 +0200 +@@ -184,6 +184,7 @@ + /* Private */ + void _gnome_cups_printer_init (void); + gchar *_gnome_cups_printer_get_host (GnomeCupsPrinter *printer); ++gchar *_gnome_cups_printer_get_ppd_host (GnomeCupsPrinter *printer); + + G_END_DECLS + --- libgnomecups-0.2.3.orig/debian/patches/21_fix-islocal.patch +++ libgnomecups-0.2.3/debian/patches/21_fix-islocal.patch @@ -0,0 +1,17 @@ +diff -pruN 0.2.2-1/libgnomecups/gnome-cups-printer.c 0.2.2-1ubuntu5/libgnomecups/gnome-cups-printer.c +--- 0.2.2-1/libgnomecups/gnome-cups-printer.c 2005-09-23 21:52:49.000000000 +0100 ++++ 0.2.2-1ubuntu5/libgnomecups/gnome-cups-printer.c 2006-06-27 16:21:38.000000000 +0100 +@@ -976,8 +980,11 @@ gnome_cups_printer_get_is_local (GnomeCu + { + g_return_val_if_fail (GNOME_CUPS_IS_PRINTER (printer), FALSE); + +- return (printer->details->device_uri != NULL) && +- (strcmp (printer->details->device_uri, "") != 0); ++ return printer->details->device_uri != NULL && ++ strncmp(printer->details->device_uri, "smb:", 4) != 0 && ++ strncmp(printer->details->device_uri, "http:", 5) != 0 && ++ strncmp(printer->details->device_uri, "https:", 5) != 0 && ++ strncmp(printer->details->device_uri, "ipp:", 4) != 0; + } + + void --- libgnomecups-0.2.3.orig/debian/rules +++ libgnomecups-0.2.3/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +LDFLAGS += -Wl,-z,defs -Wl,-O1 + +DEB_DH_MAKESHLIBS_ARGS_libgnomecups1.0-1 += -V 'libgnomecups1.0-1 (>= 0.2.3)' + --- libgnomecups-0.2.3.orig/debian/compat +++ libgnomecups-0.2.3/debian/compat @@ -0,0 +1 @@ +5 --- libgnomecups-0.2.3.orig/debian/libgnomecups1.0-1.install +++ libgnomecups-0.2.3/debian/libgnomecups1.0-1.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/lib*.so.* +debian/tmp/usr/share/locale --- libgnomecups-0.2.3.orig/debian/control.in +++ libgnomecups-0.2.3/debian/control.in @@ -0,0 +1,40 @@ +Source: libgnomecups +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 5), + cdbs (>= 0.4.41), + gnome-pkg-tools, + autotools-dev, + intltool, + libglib2.0-dev (>= 2.4.1-2), + libcupsys2-dev (>= 1.1.20final+rc1-4), + dpkg-dev (>= 1.13.19) +Section: libs +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.7.3 + +Package: libgnomecups1.0-1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: cupsys +Description: GNOME library for CUPS interaction + This library wraps the CUPS API in a GLib fashion, so CUPS code can + be cleanly integrated with GLib code. + . + Although called libgnomecups, this library only depends on GLib. + +Package: libgnomecups1.0-dev +Section: libdevel +Architecture: any +Depends: libgnomecups1.0-1 (= ${binary:Version}), + libcupsys2-dev, + ${misc:Depends}, + ${shlibs:Depends} +Description: GNOME library for CUPS interaction (headers) + This library wraps the CUPS API in a GLib fashion, so CUPS code can + be cleanly integrated with GLib code. + . + Although called libgnomecups, this library only depends on GLib. For + graphical widgets, see libgnomecupsui1.0-dev. --- libgnomecups-0.2.3.orig/debian/control +++ libgnomecups-0.2.3/debian/control @@ -0,0 +1,40 @@ +Source: libgnomecups +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 5), + cdbs (>= 0.4.41), + gnome-pkg-tools, + autotools-dev, + intltool, + libglib2.0-dev (>= 2.4.1-2), + libcupsys2-dev (>= 1.1.20final+rc1-4), + dpkg-dev (>= 1.13.19) +Section: libs +Uploaders: Debian GNOME Maintainers , Loic Minier +Standards-Version: 3.7.3 + +Package: libgnomecups1.0-1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: cupsys +Description: GNOME library for CUPS interaction + This library wraps the CUPS API in a GLib fashion, so CUPS code can + be cleanly integrated with GLib code. + . + Although called libgnomecups, this library only depends on GLib. + +Package: libgnomecups1.0-dev +Section: libdevel +Architecture: any +Depends: libgnomecups1.0-1 (= ${binary:Version}), + libcupsys2-dev, + ${misc:Depends}, + ${shlibs:Depends} +Description: GNOME library for CUPS interaction (headers) + This library wraps the CUPS API in a GLib fashion, so CUPS code can + be cleanly integrated with GLib code. + . + Although called libgnomecups, this library only depends on GLib. For + graphical widgets, see libgnomecupsui1.0-dev. --- libgnomecups-0.2.3.orig/debian/libgnomecups1.0-dev.install +++ libgnomecups-0.2.3/debian/libgnomecups1.0-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/* --- libgnomecups-0.2.3.orig/debian/copyright +++ libgnomecups-0.2.3/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Ross Burton on +Wed, 25 Jun 2003 09:40:40 +0100. + +It was downloaded from ftp://ftp.gnome.org/pub/gnome/sources/libgnomecups + +Upstream Authors: Dave Camp + Michael Meeks + Chris Lahey + +Copyright: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. +