Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-30 Thread Zak B. Elep
On Thu, Apr 29, 2004 at 10:03:17AM +0200, Andreas Metzler wrote:
 
 I need to improve on my reading skills. ;-) - I'll offer advise in
 exchange: You should install or upgrade autotools-dev on your machine,
 config.(guess|sub) is still old because the respective code in
 debian/rules requires autotools-dev.
 

apt-get -t unstable -u install autotools-dev
exit 00;

 I am willing to sponsor the package in its current state to rid of a
 gnutls5 dependency in sid.
 

Thanks very much! :-)

 It would be nice if gtklp could be fixed with respect to
 http://bugs.debian.org/242950 but for gtklp it is a little bit more
 complicated than
 
 #1 Add AM_MAINTAINER_MODE near the start of configure.in
 #2 libtoolize --force --copy  aclocal  autoheader  automake \
--add-missing --copy  autoconf
 #3 clean up
 
 which suggests putting this of to the second upload.
 

Yep, that's definitely for the 2nd upload -- I haven't even started with
the Goat Book yet (apt-get install autobook/unstable). Probably, this
should be forwarded upstream...

 I played a little bit with it and needed to manually remove ./missing
 (because automake did not overwrite it with a fresh version) and work
 around a incompatibilty between po/Makefile.in.in of the antic
 version of gettext used in the package and current autotools
 
 -mkinstalldirs = $(SHELL) `case $(MKINSTALLDIRS) in /*) echo 
 $(MKINSTALLDIRS) ;; *) echo $(top_builddir)/$(MKINSTALLDIRS) ;; esac`
 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
 This looks hackish and I do not know whether it might break stuff. -
 The proper fix would be updating gettext, but I could not deal with
 that in the limited timeI chose to invest. - It is something upstream
 should do, imho.

Nice hack ;) I also patched that Makefile 'coz those .gmo's that were
built at last debuild were left over and caused dpkg-source to freak
out...

-   rm -f core core.* *.pox $(PACKAGE).po *.new.po
+   rm -f core core.* *.pox $(PACKAGE).po *.new.po *.gmo

I've sent this patch to upstream, says he'll look into it... Currently
he's working on getting gtklp on GTK2, so I think it's worth telling him
about updating his autotools and libtool too (and those `toos' are too
much ;P

Thanks again for sponsoring this package. And for now, I'm gonna work on
that libtool and po stuff... after I finish teaching my students some
math...

Cheers,
Zakame ;)

-- 
|*-ZAK B. ELEP  (Registered Linux User #327585)-*|
|*  Web:http://zakame.spunge.orgGPG ID:  0xFA53851D *|
|*  Phone:  (+63)916-2458830ICQ UIN: 33236644   *|
|*--1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D--*|

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GUAT d-(+) s-:- a- C+(++) UL P+ L+ E@ W+++ N+ o K w(--) 
O+ !M !V PS(+) PE(+) Y+ PGP+++(++) t+ 5 X- R++ tv(+) b++(+++) !DI D+ 
G+++ e++ h! !r !y 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-29 Thread Andreas Metzler
On 2004-04-29 Zak B. Elep [EMAIL PROTECTED] wrote:
 On Tue, Apr 27, 2004 at 09:43:32AM +0200, Andreas Metzler wrote:
[...] 
  Imho the build-depency on gnutls should simply be droppep, gtklp does
  not use gnutls, it is just a libtool artefact caused by
  libcupsys2-dev, which already depends on libgnutls7-dev.

 Also dropped gnutls ;)

And with the newest latest libcupsys2-dev version
(1.1.20final+cvs20040330-3) gtklp won't uselessly link against gnutls.
;-)

  Did you repack the source? - The md5sum does not match:
[...]
 Of course the md5sums won't match, they're _not_ the same sources!
 (Hint: it's a `p', not an `n' ;)

I need to improve on my reading skills. ;-) - I'll offer advise in
exchange: You should install or upgrade autotools-dev on your machine,
config.(guess|sub) is still old because the respective code in
debian/rules requires autotools-dev.

I am willing to sponsor the package in its current state to rid of a
gnutls5 dependency in sid.

It would be nice if gtklp could be fixed with respect to
http://bugs.debian.org/242950 but for gtklp it is a little bit more
complicated than

#1 Add AM_MAINTAINER_MODE near the start of configure.in
#2 libtoolize --force --copy  aclocal  autoheader  automake \
   --add-missing --copy  autoconf
#3 clean up

which suggests putting this of to the second upload.

I played a little bit with it and needed to manually remove ./missing
(because automake did not overwrite it with a fresh version) and work
around a incompatibilty between po/Makefile.in.in of the antic
version of gettext used in the package and current autotools

-mkinstalldirs = $(SHELL) `case $(MKINSTALLDIRS) in /*) echo 
$(MKINSTALLDIRS) ;; *) echo $(top_builddir)/$(MKINSTALLDIRS) ;; esac`
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

This looks hackish and I do not know whether it might break stuff. -
The proper fix would be updating gettext, but I could not deal with
that in the limited timeI chose to invest. - It is something upstream
should do, imho.
  cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash



Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-29 Thread Andreas Metzler
On 2004-04-29 Andreas Metzler [EMAIL PROTECTED] wrote:
 automake  --add-missing --copy  autoconf

‐‐force‐missing is missing. - Just for the archives.
 cu andreas



Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-29 Thread Andreas Metzler
On 2004-04-29 Zak B. Elep [EMAIL PROTECTED] wrote:
 On Tue, Apr 27, 2004 at 09:43:32AM +0200, Andreas Metzler wrote:
[...] 
  Imho the build-depency on gnutls should simply be droppep, gtklp does
  not use gnutls, it is just a libtool artefact caused by
  libcupsys2-dev, which already depends on libgnutls7-dev.

 Also dropped gnutls ;)

And with the newest latest libcupsys2-dev version
(1.1.20final+cvs20040330-3) gtklp won't uselessly link against gnutls.
;-)

  Did you repack the source? - The md5sum does not match:
[...]
 Of course the md5sums won't match, they're _not_ the same sources!
 (Hint: it's a `p', not an `n' ;)

I need to improve on my reading skills. ;-) - I'll offer advise in
exchange: You should install or upgrade autotools-dev on your machine,
config.(guess|sub) is still old because the respective code in
debian/rules requires autotools-dev.

I am willing to sponsor the package in its current state to rid of a
gnutls5 dependency in sid.

It would be nice if gtklp could be fixed with respect to
http://bugs.debian.org/242950 but for gtklp it is a little bit more
complicated than

#1 Add AM_MAINTAINER_MODE near the start of configure.in
#2 libtoolize --force --copy  aclocal  autoheader  automake \
   --add-missing --copy  autoconf
#3 clean up

which suggests putting this of to the second upload.

I played a little bit with it and needed to manually remove ./missing
(because automake did not overwrite it with a fresh version) and work
around a incompatibilty between po/Makefile.in.in of the antic
version of gettext used in the package and current autotools

-mkinstalldirs = $(SHELL) `case $(MKINSTALLDIRS) in /*) echo $(MKINSTALLDIRS) ;; 
*) echo $(top_builddir)/$(MKINSTALLDIRS) ;; esac`
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

This looks hackish and I do not know whether it might break stuff. -
The proper fix would be updating gettext, but I could not deal with
that in the limited timeI chose to invest. - It is something upstream
should do, imho.
  cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-29 Thread Andreas Metzler
On 2004-04-29 Andreas Metzler [EMAIL PROTECTED] wrote:
 automake  --add-missing --copy  autoconf

forcemissing is missing. - Just for the archives.
 cu andreas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-28 Thread Zak B. Elep
On Tue, Apr 27, 2004 at 09:43:32AM +0200, Andreas Metzler wrote:
 Hello,
 Thanks, nice. :-) Just some minor tidbits:
 
 You seem to have repackaged it almost from scratch dumping the
 dependency on debmake in the process (afaict on a very short glance),
 but it is still listed in Build-Dependends.
 

Okies, removed debmake :)

 Build-Depends: libcupsys2-dev, libglib1.2-dev, libgtk1.2-dev,libgnutls-dev | 
 libgnutls5-dev, debmake, debhelper (= 4.0.0)
 
 You also should not build-depend on libgnutls-dev | libgnutls5-dev
 *If* you build-depend on gnutls you should have an exact
 build-dependency on libgnutls7-dev because cups is using this version
 and you do not want gtklp to link against two versions of gnutls.
 (Crashes might be the result.)
 
 Imho the build-depency on gnutls should simply be droppep, gtklp does
 not use gnutls, it is just a libtool artefact caused by
 libcupsys2-dev, which already depends on libgnutls7-dev.
 

Also dropped gnutls ;)

 Did you repack the source? - The md5sum does not match:
 
 [EMAIL PROTECTED]:/tmp$ grep orig  gtklp_0.9p-1.dsc
  6e287468e9e01bae464c78a197f94160 533124 gtklp_0.9p.orig.tar.gz
 [EMAIL PROTECTED]:/tmp$ wget \
   http://switch.dl.sourceforge.net/sourceforge/gtklp/gtklp-0.9n.src.tar.gz
 [EMAIL PROTECTED]:/tmp$ md5sum gtklp-0.9n.src.tar.gz
 aaae46694b96290113033420c1958ed7  gtklp-0.9n.src.tar.gz
 

Of course the md5sums won't match, they're _not_ the same sources!
(Hint: it's a `p', not an `n' ;)

Thanks for your input, it really helps!

Cheers,
Zakame

-- 
|*-ZAK B. ELEP  (Registered Linux User #327585)-*|
|*  Web:http://zakame.spunge.orgGPG ID:  0xFA53851D *|
|*  Phone:  (+63)916-2458830ICQ UIN: 33236644   *|
|*--1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D--*|

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GUAT d-(+) s-:- a- C+(++) UL P+ L+ E@ W+++ N+ o K w(--) 
O+ !M !V PS(+) PE(+) Y+ PGP+++(++) t+ 5 X- R++ tv(+) b++(+++) !DI D+ 
G+++ e++ h! !r !y 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-28 Thread Zak B. Elep
On Tue, Apr 27, 2004 at 11:05:11AM +0200, Arnaud Vandyck wrote:
 $ wget http://zakame.spunge.org/pub/debian/gtklp/gtklp_0.9p.orig.tar.gz
 - --11:03:25--  
 http://zakame.spunge.org/pub/debian/gtklp/gtklp_0.9p.orig.tar.gz
= `gtklp_0.9p.orig.tar.gz'
 Resolving zakame.spunge.org... 65.42.154.225
 Connecting to zakame.spunge.org[65.42.154.225]:80... connected.
 HTTP request sent, awaiting response... 403 Forbidden
 11:03:27 ERROR 403: Forbidden.
 
 Can you drop me a mail when this will be solved, I'll test the package
 and upload it if it's ok.
 

Just dropped you an email that this is solved (perms were 600, should be
644). Feel free to test it ;)

Thanks for your input,
Zakame

-- 
|*-ZAK B. ELEP  (Registered Linux User #327585)-*|
|*  Web:http://zakame.spunge.orgGPG ID:  0xFA53851D *|
|*  Phone:  (+63)916-2458830ICQ UIN: 33236644   *|
|*--1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D--*|

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GUAT d-(+) s-:- a- C+(++) UL P+ L+ E@ W+++ N+ o K w(--) 
O+ !M !V PS(+) PE(+) Y+ PGP+++(++) t+ 5 X- R++ tv(+) b++(+++) !DI D+ 
G+++ e++ h! !r !y 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-28 Thread Zak B. Elep
On Tue, Apr 27, 2004 at 09:43:32AM +0200, Andreas Metzler wrote:
 Hello,
 Thanks, nice. :-) Just some minor tidbits:
 
 You seem to have repackaged it almost from scratch dumping the
 dependency on debmake in the process (afaict on a very short glance),
 but it is still listed in Build-Dependends.
 

Okies, removed debmake :)

 Build-Depends: libcupsys2-dev, libglib1.2-dev, libgtk1.2-dev,libgnutls-dev | 
 libgnutls5-dev, debmake, debhelper (= 4.0.0)
 
 You also should not build-depend on libgnutls-dev | libgnutls5-dev
 *If* you build-depend on gnutls you should have an exact
 build-dependency on libgnutls7-dev because cups is using this version
 and you do not want gtklp to link against two versions of gnutls.
 (Crashes might be the result.)
 
 Imho the build-depency on gnutls should simply be droppep, gtklp does
 not use gnutls, it is just a libtool artefact caused by
 libcupsys2-dev, which already depends on libgnutls7-dev.
 

Also dropped gnutls ;)

 Did you repack the source? - The md5sum does not match:
 
 [EMAIL PROTECTED]:/tmp$ grep orig  gtklp_0.9p-1.dsc
  6e287468e9e01bae464c78a197f94160 533124 gtklp_0.9p.orig.tar.gz
 [EMAIL PROTECTED]:/tmp$ wget \
   http://switch.dl.sourceforge.net/sourceforge/gtklp/gtklp-0.9n.src.tar.gz
 [EMAIL PROTECTED]:/tmp$ md5sum gtklp-0.9n.src.tar.gz
 aaae46694b96290113033420c1958ed7  gtklp-0.9n.src.tar.gz
 

Of course the md5sums won't match, they're _not_ the same sources!
(Hint: it's a `p', not an `n' ;)

Thanks for your input, it really helps!

Cheers,
Zakame

-- 
|*-ZAK B. ELEP  (Registered Linux User #327585)-*|
|*  Web:http://zakame.spunge.orgGPG ID:  0xFA53851D *|
|*  Phone:  (+63)916-2458830ICQ UIN: 33236644   *|
|*--1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D--*|

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GUAT d-(+) s-:- a- C+(++) UL P+ L+ E@ W+++ N+ o K w(--) 
O+ !M !V PS(+) PE(+) Y+ PGP+++(++) t+ 5 X- R++ tv(+) b++(+++) !DI D+ 
G+++ e++ h! !r !y 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-28 Thread Zak B. Elep
On Tue, Apr 27, 2004 at 11:05:11AM +0200, Arnaud Vandyck wrote:
 $ wget http://zakame.spunge.org/pub/debian/gtklp/gtklp_0.9p.orig.tar.gz
 - --11:03:25--  http://zakame.spunge.org/pub/debian/gtklp/gtklp_0.9p.orig.tar.gz
= `gtklp_0.9p.orig.tar.gz'
 Resolving zakame.spunge.org... 65.42.154.225
 Connecting to zakame.spunge.org[65.42.154.225]:80... connected.
 HTTP request sent, awaiting response... 403 Forbidden
 11:03:27 ERROR 403: Forbidden.
 
 Can you drop me a mail when this will be solved, I'll test the package
 and upload it if it's ok.
 

Just dropped you an email that this is solved (perms were 600, should be
644). Feel free to test it ;)

Thanks for your input,
Zakame

-- 
|*-ZAK B. ELEP  (Registered Linux User #327585)-*|
|*  Web:http://zakame.spunge.orgGPG ID:  0xFA53851D *|
|*  Phone:  (+63)916-2458830ICQ UIN: 33236644   *|
|*--1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D--*|

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GUAT d-(+) s-:- a- C+(++) UL P+ L+ E@ W+++ N+ o K w(--) 
O+ !M !V PS(+) PE(+) Y+ PGP+++(++) t+ 5 X- R++ tv(+) b++(+++) !DI D+ 
G+++ e++ h! !r !y 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-27 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zak B. Elep [EMAIL PROTECTED] writes:

 Hi!

Hi!

 The package can be obtained from:

 http://zakame.spunge.org/pub/debian/gtklp

$ wget http://zakame.spunge.org/pub/debian/gtklp/gtklp_0.9p.orig.tar.gz
- --11:03:25--  http://zakame.spunge.org/pub/debian/gtklp/gtklp_0.9p.orig.tar.gz
   = `gtklp_0.9p.orig.tar.gz'
Resolving zakame.spunge.org... 65.42.154.225
Connecting to zakame.spunge.org[65.42.154.225]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
11:03:27 ERROR 403: Forbidden.

Can you drop me a mail when this will be solved, I'll test the package
and upload it if it's ok.

Thanks for your job,

Cheers,

- -- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAjiJJ4vzFZu62tMIRAvF3AKCOzaUO7H+pwsvGymtl9h3myO8xsgCfYVRP
331A2jhfYj2bSKRrfMaF2m0=
=g955
-END PGP SIGNATURE-



Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-27 Thread Andreas Metzler
On 2004-04-27 Zak B. Elep [EMAIL PROTECTED] wrote:
[...]
* New maintainer (Closes: #244199, #245619)
* New upstream version (Closes: #209172, #194459)
* Fixed typo in man page (#170642), patch forwarded to upstream
* Fixed translation bug (#226839), patch forwarded to upstream
* Man page fixes (Closes: #100435)
* English is the default language (Closes: #85962)
* Rebuilt debian directory to reflect new Standards-Version (was 3.2.1)
* Build-Dependencies already complete (Closes: #84581, #89878, #90528,
  #123676)
[...]

Hello,
Thanks, nice. :-) Just some minor tidbits:

You seem to have repackaged it almost from scratch dumping the
dependency on debmake in the process (afaict on a very short glance),
but it is still listed in Build-Dependends.

Build-Depends: libcupsys2-dev, libglib1.2-dev, libgtk1.2-dev,libgnutls-dev | 
libgnutls5-dev, debmake, debhelper (= 4.0.0)

You also should not build-depend on libgnutls-dev | libgnutls5-dev
*If* you build-depend on gnutls you should have an exact
build-dependency on libgnutls7-dev because cups is using this version
and you do not want gtklp to link against two versions of gnutls.
(Crashes might be the result.)

Imho the build-depency on gnutls should simply be droppep, gtklp does
not use gnutls, it is just a libtool artefact caused by
libcupsys2-dev, which already depends on libgnutls7-dev.

Did you repack the source? - The md5sum does not match:

[EMAIL PROTECTED]:/tmp$ grep orig  gtklp_0.9p-1.dsc
 6e287468e9e01bae464c78a197f94160 533124 gtklp_0.9p.orig.tar.gz
[EMAIL PROTECTED]:/tmp$ wget \
  http://switch.dl.sourceforge.net/sourceforge/gtklp/gtklp-0.9n.src.tar.gz
[EMAIL PROTECTED]:/tmp$ md5sum gtklp-0.9n.src.tar.gz
aaae46694b96290113033420c1958ed7  gtklp-0.9n.src.tar.gz

Just use mv name.of.downloaded.tar.gz gtklp_0.9p.orig.tar.gz before
you start building.
 cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash



Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-27 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zak B. Elep [EMAIL PROTECTED] writes:

 Hi!

Hi!

 The package can be obtained from:

 http://zakame.spunge.org/pub/debian/gtklp

$ wget http://zakame.spunge.org/pub/debian/gtklp/gtklp_0.9p.orig.tar.gz
- --11:03:25--  http://zakame.spunge.org/pub/debian/gtklp/gtklp_0.9p.orig.tar.gz
   = `gtklp_0.9p.orig.tar.gz'
Resolving zakame.spunge.org... 65.42.154.225
Connecting to zakame.spunge.org[65.42.154.225]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
11:03:27 ERROR 403: Forbidden.

Can you drop me a mail when this will be solved, I'll test the package
and upload it if it's ok.

Thanks for your job,

Cheers,

- -- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAjiJJ4vzFZu62tMIRAvF3AKCOzaUO7H+pwsvGymtl9h3myO8xsgCfYVRP
331A2jhfYj2bSKRrfMaF2m0=
=g955
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-27 Thread Andreas Metzler
On 2004-04-27 Zak B. Elep [EMAIL PROTECTED] wrote:
[...]
* New maintainer (Closes: #244199, #245619)
* New upstream version (Closes: #209172, #194459)
* Fixed typo in man page (#170642), patch forwarded to upstream
* Fixed translation bug (#226839), patch forwarded to upstream
* Man page fixes (Closes: #100435)
* English is the default language (Closes: #85962)
* Rebuilt debian directory to reflect new Standards-Version (was 3.2.1)
* Build-Dependencies already complete (Closes: #84581, #89878, #90528,
  #123676)
[...]

Hello,
Thanks, nice. :-) Just some minor tidbits:

You seem to have repackaged it almost from scratch dumping the
dependency on debmake in the process (afaict on a very short glance),
but it is still listed in Build-Dependends.

Build-Depends: libcupsys2-dev, libglib1.2-dev, libgtk1.2-dev,libgnutls-dev | 
libgnutls5-dev, debmake, debhelper (= 4.0.0)

You also should not build-depend on libgnutls-dev | libgnutls5-dev
*If* you build-depend on gnutls you should have an exact
build-dependency on libgnutls7-dev because cups is using this version
and you do not want gtklp to link against two versions of gnutls.
(Crashes might be the result.)

Imho the build-depency on gnutls should simply be droppep, gtklp does
not use gnutls, it is just a libtool artefact caused by
libcupsys2-dev, which already depends on libgnutls7-dev.

Did you repack the source? - The md5sum does not match:

[EMAIL PROTECTED]:/tmp$ grep orig  gtklp_0.9p-1.dsc
 6e287468e9e01bae464c78a197f94160 533124 gtklp_0.9p.orig.tar.gz
[EMAIL PROTECTED]:/tmp$ wget \
  http://switch.dl.sourceforge.net/sourceforge/gtklp/gtklp-0.9n.src.tar.gz
[EMAIL PROTECTED]:/tmp$ md5sum gtklp-0.9n.src.tar.gz
aaae46694b96290113033420c1958ed7  gtklp-0.9n.src.tar.gz

Just use mv name.of.downloaded.tar.gz gtklp_0.9p.orig.tar.gz before
you start building.
 cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-26 Thread Zak B. Elep
Hi!

I'm requesting for a sponsor for the gtklp package. This was orphaned by
Andreas Metzler [EMAIL PROTECTED] as the old maintainer, Matthias
Kabel [EMAIL PROTECTED] was no longer taking care of this package. In
light of this, I've decided to adopt this package as well as fix some of
the outstanding bugs (some of which have patches). There was also the
issue of bringing in the latest upstream version into the fold, as well
as apply some wishlist patches that enhance the functionality. These
patches have been forwarded upstream.

GtkLP is a graphical frontend for CUPS written in GTK+ licensed under
the GPL. It has the following features:
  - Gtk-Interface with theme-support
  - IPP support
  - Printer specific options
  - All standard-cups options
  - different preferences-files for each printer
  - easy to build
  - gettext-support for different languages
  - X- and Console-Support
  

Here is the changes file for gtklp-0.9p:

Hash: SHA1

Format: 1.7
Date: Sun, 25 Apr 2004 13:30:01 +0800
Source: gtklp
Binary: gtklp
Architecture: source i386
Version: 0.9p-1
Distribution: unstable
Urgency: low
Maintainer: Zak B. Elep [EMAIL PROTECTED]
Changed-By: Zak B. Elep [EMAIL PROTECTED]
Description: 
 gtklp  - Frontend for CUPS written in GTK+
Closes: 84581 85962 89878 90528 100435 123676 153799 157399 194459 209172 
244199 245619
Changes: 
 gtklp (0.9p-1) unstable; urgency=low
 .
   * New maintainer (Closes: #244199, #245619)
   * New upstream version (Closes: #209172, #194459)
   * Fixed typo in man page (#170642), patch forwarded to upstream
   * Fixed translation bug (#226839), patch forwarded to upstream
   * Man page fixes (Closes: #100435)
   * English is the default language (Closes: #85962)
   * Rebuilt debian directory to reflect new Standards-Version (was 3.2.1)
   * Build-Dependencies already complete (Closes: #84581, #89878, #90528,
 #123676)
   * Added Kalle Olavi Niemitalo's GTK+ signals patch (Closes: #153799)
   * (Re)added Guido Guenther's patch for gtklpq button in gtklp (Closes:
 #157399)
Files: 
 aa0477111893ac953c8a4d38f084c330 637 x11 optional gtklp_0.9p-1.dsc
 6e287468e9e01bae464c78a197f94160 533124 x11 optional gtklp_0.9p.orig.tar.gz
 1987e3108d77a8b3effe217b37a8bad4 11190 x11 optional gtklp_0.9p-1.diff.gz
 2aeedf11dbd00c5ee672ba596f68f353 167138 x11 optional gtklp_0.9p-1_i386.deb

The package can be obtained from:

http://zakame.spunge.org/pub/debian/gtklp

Thanks in advance, and more power to Debian!

Cheers,
Zakame ;)
-- 
|*-ZAK B. ELEP  (Registered Linux User #327585)-*|
|*  Web:http://zakame.spunge.orgGPG ID:  0xFA53851D *|
|*  Phone:  (+63)916-2458830ICQ UIN: 33236644   *|
|*--1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D--*|

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GUAT d-(+) s-:- a- C+(++) UL P+ L+ E@ W+++ N+ o K w(--) 
O+ !M !V PS(+) PE(+) Y+ PGP+++(++) t+ 5 X- R++ tv(+) b++(+++) !DI D+ 
G+++ e++ h! !r !y 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


RFS: gtklp -- Frontend for CUPS written in GTK+

2004-04-26 Thread Zak B. Elep
Hi!

I'm requesting for a sponsor for the gtklp package. This was orphaned by
Andreas Metzler [EMAIL PROTECTED] as the old maintainer, Matthias
Kabel [EMAIL PROTECTED] was no longer taking care of this package. In
light of this, I've decided to adopt this package as well as fix some of
the outstanding bugs (some of which have patches). There was also the
issue of bringing in the latest upstream version into the fold, as well
as apply some wishlist patches that enhance the functionality. These
patches have been forwarded upstream.

GtkLP is a graphical frontend for CUPS written in GTK+ licensed under
the GPL. It has the following features:
  - Gtk-Interface with theme-support
  - IPP support
  - Printer specific options
  - All standard-cups options
  - different preferences-files for each printer
  - easy to build
  - gettext-support for different languages
  - X- and Console-Support
  

Here is the changes file for gtklp-0.9p:

Hash: SHA1

Format: 1.7
Date: Sun, 25 Apr 2004 13:30:01 +0800
Source: gtklp
Binary: gtklp
Architecture: source i386
Version: 0.9p-1
Distribution: unstable
Urgency: low
Maintainer: Zak B. Elep [EMAIL PROTECTED]
Changed-By: Zak B. Elep [EMAIL PROTECTED]
Description: 
 gtklp  - Frontend for CUPS written in GTK+
Closes: 84581 85962 89878 90528 100435 123676 153799 157399 194459 209172 244199 245619
Changes: 
 gtklp (0.9p-1) unstable; urgency=low
 .
   * New maintainer (Closes: #244199, #245619)
   * New upstream version (Closes: #209172, #194459)
   * Fixed typo in man page (#170642), patch forwarded to upstream
   * Fixed translation bug (#226839), patch forwarded to upstream
   * Man page fixes (Closes: #100435)
   * English is the default language (Closes: #85962)
   * Rebuilt debian directory to reflect new Standards-Version (was 3.2.1)
   * Build-Dependencies already complete (Closes: #84581, #89878, #90528,
 #123676)
   * Added Kalle Olavi Niemitalo's GTK+ signals patch (Closes: #153799)
   * (Re)added Guido Guenther's patch for gtklpq button in gtklp (Closes:
 #157399)
Files: 
 aa0477111893ac953c8a4d38f084c330 637 x11 optional gtklp_0.9p-1.dsc
 6e287468e9e01bae464c78a197f94160 533124 x11 optional gtklp_0.9p.orig.tar.gz
 1987e3108d77a8b3effe217b37a8bad4 11190 x11 optional gtklp_0.9p-1.diff.gz
 2aeedf11dbd00c5ee672ba596f68f353 167138 x11 optional gtklp_0.9p-1_i386.deb

The package can be obtained from:

http://zakame.spunge.org/pub/debian/gtklp

Thanks in advance, and more power to Debian!

Cheers,
Zakame ;)
-- 
|*-ZAK B. ELEP  (Registered Linux User #327585)-*|
|*  Web:http://zakame.spunge.orgGPG ID:  0xFA53851D *|
|*  Phone:  (+63)916-2458830ICQ UIN: 33236644   *|
|*--1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D--*|

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GUAT d-(+) s-:- a- C+(++) UL P+ L+ E@ W+++ N+ o K w(--) 
O+ !M !V PS(+) PE(+) Y+ PGP+++(++) t+ 5 X- R++ tv(+) b++(+++) !DI D+ 
G+++ e++ h! !r !y 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature