Re: cups-filters 1.0.59 released

2014-09-27 Thread Didier 'OdyX' Raboud
Hi Till,

Le vendredi, 26 septembre 2014, 23.19:11 Till Kamppeter a écrit :
 I have released cups-filters 1.0.59

Cool, thanks.

 I wanted to get it into the Debian GIT repo and used the steps I
 always used:
 
 git clone
 https://alioth.debian.org/anonscm/git/printing/cups-filters.git
 cd cups-filters
 git checkout --track -b upstream origin/upstream
 git checkout --track -b pristine-tar origin/pristine-tar
 git checkout master
 uscan --verbose
 git checkout upstream

Your mistake is here: you need to be on the 'master' when running 
import-orig.

 Can you have a look to see what is going wrong here? Do I need to
 change the procedure of updating the upstream release?

It's mostly good. :-), but I'd say the following is actually easier:

git clone ssh://anonscm.debian.org/git/printing/cups-filters.git
git import-orig --uscan --pristine-tar

I've pushed the result of the above to the repository.

I have other things on TODO right now, feel free to work on the 
packaging, I'll be available to upload to Debian.

(Btw, I've noticed a cups upload in Ubuntu, should we incorporate the 
fixes in Debian?)

Cheers,
OdyX

signature.asc
Description: This is a digitally signed message part.


Re: cups-filters 1.0.59 released

2014-09-27 Thread Till Kamppeter
On 09/27/2014 09:57 PM, Didier 'OdyX' Raboud wrote:
 Hi Till,
 
 Le vendredi, 26 septembre 2014, 23.19:11 Till Kamppeter a écrit :
 I have released cups-filters 1.0.59
 
 Cool, thanks.
 
 I wanted to get it into the Debian GIT repo and used the steps I
 always used:

 git clone
 https://alioth.debian.org/anonscm/git/printing/cups-filters.git
 cd cups-filters
 git checkout --track -b upstream origin/upstream
 git checkout --track -b pristine-tar origin/pristine-tar
 git checkout master
 uscan --verbose
 git checkout upstream
 
 Your mistake is here: you need to be on the 'master' when running 
 import-orig.
 
 Can you have a look to see what is going wrong here? Do I need to
 change the procedure of updating the upstream release?
 
 It's mostly good. :-), but I'd say the following is actually easier:
 
 git clone ssh://anonscm.debian.org/git/printing/cups-filters.git
 git import-orig --uscan --pristine-tar
 
 I've pushed the result of the above to the repository.


Thank you very much.

 I have other things on TODO right now, feel free to work on the 
 packaging, I'll be available to upload to Debian.
 
 (Btw, I've noticed a cups upload in Ubuntu, should we incorporate the 
 fixes in Debian?)
 

There are no additional fixes or patches on cups-filters in these Ubuntu
uploads. The only difference is that they have ippusbxd added so that it
is shipped in the cups-filters-ippusbxd binary package (as
/usr/sbin/ippusbxd) in Ubuntu Utopic.

This should not get overtaken into Debian. The intention is to create a
proper ippusbxd source package in Debian which then gets overtaken into
Ubuntu (V. V. edition). Then ippsubxd will get dropped from Ubuntu's
cups-filters package so that cups-filters can sync again.

   Till


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54271f4d.8000...@gmail.com



Re: cups-filters 1.0.59 released

2014-09-27 Thread Didier 'OdyX' Raboud
Le samedi, 27 septembre 2014, 22.34:21 Till Kamppeter a écrit :
 There are no additional fixes or patches on cups-filters in these
 Ubuntu uploads.

I meant cups, not cups-filters :)

 The only difference is that they have ippusbxd added so that it is
 shipped in the cups-filters-ippusbxd binary package (as
 /usr/sbin/ippusbxd) in Ubuntu Utopic.

I'll take a look at it 'soon' (hopefully before the Debian freeze).

Cheers,
OdyX


--
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/2542089.1BSjLJ18ii@gyllingar



Re: cups-filters 1.0.59 released

2014-09-27 Thread Jonas Smedegaard
Quoting Didier 'OdyX' Raboud (2014-09-27 21:57:19)
 Le vendredi, 26 septembre 2014, 23.19:11 Till Kamppeter a écrit :
 git clone
 https://alioth.debian.org/anonscm/git/printing/cups-filters.git
 cd cups-filters
 git checkout --track -b upstream origin/upstream
 git checkout --track -b pristine-tar origin/pristine-tar
 git checkout master
 uscan --verbose
 git checkout upstream

 It's mostly good. :-), but I'd say the following is actually easier:

 git clone ssh://anonscm.debian.org/git/printing/cups-filters.git
 git import-orig --uscan --pristine-tar

Arguably this is even easier than git clone:

debcheckout -a cups-filters
cd cups-filters
git checkout upstream; git checkout pristine-tar; git checkout master
git import-orig --uscan --pristine-tar


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


cups-filters 1.0.59 released

2014-09-26 Thread Till Kamppeter
Hi,

I have released cups-filters 1.0.59 with following fixes/changes:

- cupsfilters.drv: Added PPD file for a Generic IPP Everywhere
  Printer, generating PWG Raster output.
- gstoraster, pdftoraster, imagetoraster: Allow PWG Raster
  output with print queues using a PPD file, using the new
  PWGRaster PPD attribute.
- pdftoraster: Removed cm_disabled flag in selectConvFunc()
- libcupsfilters: Allowed color management to continue while
  invalid input
- rastertopdf: Streamlined PDF conversion code
- rastertopdf: Invert all CUPS_CSPACE_K documents by default
- foomatic-rip: Clean trailing white space from PPD file lines
  to avoid a segfault caused by it (Bug #1227).

I wanted to get it into the Debian GIT repo and used the steps I always
used:

git clone https://alioth.debian.org/anonscm/git/printing/cups-filters.git
cd cups-filters
git checkout --track -b upstream origin/upstream
git checkout --track -b pristine-tar origin/pristine-tar
git checkout master
uscan --verbose
git checkout upstream
git-import-orig --pristine-tar ../cups-filters_1.0.59.orig.tar.xz

The output is the following:

What is the upstream version? [1.0.59]
gbp:info: Importing '../cups-filters_1.0.59.orig.tar.xz' to branch
'upstream'...
gbp:info: Source package is cups-filters
gbp:info: Upstream version is 1.0.59
pristine-tar: committed cups-filters_1.0.59.orig.tar.xz.delta to branch
pristine-tar
gbp:info: Merging to 'master'
gbp:error: Import of ../cups-filters_1.0.59.orig.tar.xz failed: Error
running git checkout: error: Your local changes to the following files
would be overwritten by checkout:
INSTALL
NEWS
README
configure
configure.ac
cupsfilters/colormanager.c
cupsfilters/colormanager.h
filter/gstoraster.c
filter/imagetoraster.c
filter/pdftoraster.cxx
filter/rastertopdf.cpp
Please, commit your changes or stash them before you can switch branches.
Aborting

Looks like that there are local changes in the upstream code in the GIT
repo.

I got this with a fresh clone of the GIT repo, so there cannot be
changes from my side.

Can you have a look to see what is going wrong here? Do I need to change
the procedure of updating the upstream release?

   Till




-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5425d84f.60...@gmail.com