[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Gimp-print-devel] Debian packaging of gutenprint



On Thu, Oct 30, 2008 at 07:44:33PM -0400, Robert Krawitz wrote:
>    From: "Roger Leigh" <rleigh@codelibre.net>
>    Date: Thu, 30 Oct 2008 22:48:43 +0000
> 
>    Dear all,
> 
>    This is just to keep you up to date on what's happening with
>    Gutenprint in Debian, particularly with regard to 5.2.x and group
>    maintenance ongoing into the future.
> 
> Thanks for the update.
> 
>    Till, I understand from the Ubuntu changelogs that you are
>    maintaining the gutenprint packages in Ubuntu.  It might prove
>    useful to also use this repository, given that Ubuntu tracks the
>    Debian packages.  It should be possible to cherry-pick specific
>    changes, as well as merge easily.
> 
> I'm really not a fan of picking specific changes -- it makes life much
> more difficult for us upstream, because then we really don't know
> exactly what bits people are running if they complain.

I was meaning packaging-specific changes in this case, not upstream changes.
Sorry for not being clear.

> If you (or any other distribution) wants to do this, I'd suggest using
> EXTRA_VERSION of "-debian_1" or the like so that we know that it's a
> version with non-standard changes.  Also, make sure you have someone
> subscribed to the list, and preferably with a Sourceforge account that
> we can assign bugs to (if someone's using a non-standard release, I
> would redirect all bugs against that release to the distribution
> maintainer for initial triage).

For Debian at least, we would most likely only ever pull in specific
changesets from upstream in order to fix a particular bug, that is we
would never introduce code not already committed into upstream CVS.

Currently, the exception is a single one-line difference we patch in:
http://git.debian.org/?p=collab-maint/gutenprint.git;a=blob;f=debian/patches/20_fix_gimpprint_menu_entry.dpatch;h=26df711e4efa8d67ece6bc21633de57ca11ce2fc;hb=4bca2a19e7f4486d250a72e495caa99fb993fc85

diff -urNad gutenprint-5.0.0~/src/gimp2/print-print.c gutenprint-5.0.0/src/gimp2/print-print.c
--- gutenprint-5.0.0~/src/gimp2/print-print.c   2006-07-04 04:57:59.000000000 +0200
+++ gutenprint-5.0.0/src/gimp2/print-print.c    2006-09-13 10:36:32.000000000 +0200
@@ -43,7 +43,7 @@
                          (BAD_CONST_CHAR) copy,
                          (BAD_CONST_CHAR) VERSION " - " RELEASE_DATE,
                          /* Do not translate the prefix "<Image>" */
-                         (BAD_CONST_CHAR) N_("<Image>/File/Print..."),
+                         (BAD_CONST_CHAR) N_("<Image>/File/Send/Print..."),
                          (BAD_CONST_CHAR) types,
                          GIMP_PLUGIN,
                          n_args, 0,

This was written by Till, and I think it's been proposed on the list
for inclusion quite some time back.  If it got lost, it would be
great if you could include this.  This puts the menu entry in the
correct location on the File menu.  IIRC, this would have broken GIMP
2.0/2.2, but is needed on 2.4/2.6.  It's probably OK to commit now
2.2 is long obsolete.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please GPG sign your mail.

Attachment: signature.asc
Description: Digital signature


Reply to: