Re: RFS: wordpress

2008-04-29 Thread Andrea De Iacovo
I have the new wordpress-etch package ready. Here is the changelog. * Added Vcs-* fields in debian/control * 2.0.12 backport to fix security issues * Fixes CVE-2007-3639 * Fixes CVE-2007-4153 * Fixes CVE-2007-4154 * Fixes trac #4748 * Fixes CVE-2007 As usual you can download the pa

dbconfig-common: running scripts _and_ an sql script in order

2008-04-29 Thread Patrick Schoenfeld
[CCing the maintainer of dbconfig-common because his input would be highly useful] Hi, I have a question regarding database upgrades with dbconfig-common. Currently I have the problem that I have some situations where a database fix is needed (in case one had a very old version of the package ins

Re: dbconfig-common: running scripts _and_ an sql script in order

2008-04-29 Thread Patrick Schoenfeld
Hi, On Tue, Apr 29, 2008 at 01:23:22PM +0200, Patrick Schoenfeld wrote: > How would I handle this situation best? Any opinions? forget the question :-) I already figured that I'm not in need for a script, therefore the problem does not exist anymore. Greets, Patrick -- To UNSUBSCRIBE, email t

Re: dbconfig-common: running scripts _and_ an sql script in order

2008-04-29 Thread sean finney
hiya, On Tuesday 29 April 2008 04:24:34 pm Patrick Schoenfeld wrote: > forget the question :-) I already figured that I'm not in need for a > script, therefore the problem does not exist anymore. :) for posterity, i think the current implementation is to do: (a) script (b) "admin sql" (rarely

newspost - neues Paket bauen - Fragen -- newspost - build new source package - questions

2008-04-29 Thread David
Bitte um Hilfe bei einigen Fragen betr. des Bauens von Quellpaketen: Habe einige Erweiterungen / Änderungen gemacht zum Programm (Source Paket) newspost. Folgendes ist mir inzwischen gelungen: Vorhanden Datei: newspost_2.1.1.orig.tar.gz Datei: newspost_2.1.2.beta.tar.gz ( erzeugt mit dpkg-so

build new source package - questions

2008-04-29 Thread David
Please help, I have some questions regarding building Source Packages. Made some changes to source package newspost. Successful with following: There exists file: newspost_2.1.1.orig.tar.gz File: newspost_2.1.2.beta.tar.gz ( erzeugt mit dpkg-source -b newspost-2.1.2.beta) - all files, also t

tesseract-ocr: missing-dependency-on-libc

2008-04-29 Thread Jeffrey Ratcliffe
I'm preparing a package for the new version of tesseract and I have a small problem: [...] dh_gencontrol dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} dh_md5sums dh_builddeb dpkg-deb: building pac

Files outside debian directory in diff

2008-04-29 Thread Andres Mejia
As you all might know, rerunning autotools during a build of a package will leave a substantial amount of files modified outside of the debian directory, and thus will increase the size of the diff file. This approach doesn't comply with Debian policy in regards to the "clean" target. I'm inte

Re: Files outside debian directory in diff

2008-04-29 Thread Vincent Bernat
OoO En ce début de soirée du mardi 29 avril 2008, vers 21:21, Andres Mejia <[EMAIL PROTECTED]> disait: > As you all might know, rerunning autotools during a build of a package will > leave a substantial amount of files modified outside of the debian directory, > and thus will increase the si

Re: Files outside debian directory in diff

2008-04-29 Thread Andres Mejia
On Tuesday 29 April 2008 3:25:21 pm Vincent Bernat wrote: > OoO En ce début de soirée du mardi 29 avril 2008, vers 21:21, Andres > > Mejia <[EMAIL PROTECTED]> disait: > > As you all might know, rerunning autotools during a build of a package > > will leave a substantial amount of files modified

Re: Files outside debian directory in diff

2008-04-29 Thread Vincent Bernat
OoO En ce début de soirée du mardi 29 avril 2008, vers 21:30, Andres Mejia <[EMAIL PROTECTED]> disait: >> You can just remove the generated files in the clean target. It will not >> appear in the diff. You will get some warnings telling you that >> suppressed files are ignored. > I t

Re: tesseract-ocr: missing-dependency-on-libc

2008-04-29 Thread Cyril Brulebois
On 29/04/2008, Jeffrey Ratcliffe wrote: > I assume that the gencontrol warning is connected to the missing > dependency. I have, though, got ${shlibs:Depends} in Depends What does dpkg --info on the binaries say? (pipe it into grep ^Depends) > and I even tried manually adding libc too, all withou

Re: build new source package - questions

2008-04-29 Thread Jan Hauke Rahm
Just a few lines about appropiate mailing lists and their languages. Hallo David, schön, dass du mit Debian eine Distribution gefunden hast, für die es sich für dich zu lohnen scheint, etwas mehr zu tun; trotzdem gibt es ein paar Regeln, an die auch du gebeten bist, dich zu halten: 1. Man sende

Re: tesseract-ocr: missing-dependency-on-libc

2008-04-29 Thread Jeffrey Ratcliffe
2008/4/29 Cyril Brulebois <[EMAIL PROTECTED]>: > > and I even tried manually adding libc too, all without luck. > > DON'T DO THAT. > > There are libc6, libc6.1, libc0.1, and libc0.3 around. You don't want to > hardcode it. Ever. I figured as much, but wanted to see what I could do to change th

information required

2008-04-29 Thread sadia jameel
thanx for your reply, but still some problems . please tell me the solutions for these . Q1-i have backuppc package in .diff extension and dpkg command install those packages whose extension is in ".deb". so how can i change this extension from ".diff" to ".deb"??? Q2- h

Re: tesseract-ocr: missing-dependency-on-libc

2008-04-29 Thread Cyril Brulebois
(List-reply is your friend, I don't need extra copies, thanks.) On 29/04/2008, Jeffrey Ratcliffe wrote: > Ahhh. Thanks. Now it is lintian clean. But I have the following > warnings. In another package, I fixed similar warning by setting > LDLOADLIBS in rules. I could set LIBS here, except that > /

Re: tesseract-ocr: missing-dependency-on-libc

2008-04-29 Thread Felipe Sateler
Cyril Brulebois wrote: > You could try and use LDFLAGS to pass -Wl,--as-needed (linker flags). > But since it could break silently some parts of your build, it shouldn't > be used without -Wl,-z,defs which will help spot possible missing -l$foo > options in intermediate objects (if any). You can p

Re: Call for help: please read (bashisms)

2008-04-29 Thread Raphael Geissert
Paul Wise wrote: > On Tue, Apr 29, 2008 at 8:27 AM, Raphael Geissert <[EMAIL PROTECTED]> > wrote: > >> I would like to request everybody to check for bashisms in the packages >> they: prepare, review, and upload. >> lintian is currently not able to check for bashisms in files other than >> mai

Re: RFS: php5-rar

2008-04-29 Thread Raphael Geissert
Hi, [Really, please, _stop_ sending a copy of the message to my email address. Please _only_ send it to the mailing list.] Deepak Tripathi wrote: > Hi , > I am really sorry for spam but i have checked both license and i found > that both is 3.01. > Please check the following links > > http://pec

Re: Sponsor wanted for new newspost package

2008-04-29 Thread Kevin B. McCarty
David wrote: > I have made changes to source package newspost_2.1.1-4, so that a bigger -l > (lines) parameter can be given, and and indroduced a new parameter -2 with > which it calls another program - such as par2create - to make the desired > par2 files. I renamed the dir into newspost-2.1.2

Re: Call for help: please read (bashisms)

2008-04-29 Thread Russ Allbery
Raphael Geissert <[EMAIL PROTECTED]> writes: > Russ: given the fact that most development of the checkbashisms code is > done right now at devscripts, don't you think it would be better if > lintian used devscript's .pm (when done)? updating the file from > devscript's subversion every now and the

RFH: kgb FTBFS in arm (ignoring packed attribute because of unpacked non-POD field)

2008-04-29 Thread Raphael Geissert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, After having several troubles getting kgb to be built and be functional on all the architectures, with my -8 upload I tried to make it work by using the packed attribute, as the code relies on the size of the structures (I've already contacted

Re: RFS: php5-rar

2008-04-29 Thread Paul Wise
On Wed, Apr 30, 2008 at 7:17 AM, Raphael Geissert <[EMAIL PROTECTED]> wrote: > [Really, please, _stop_ sending a copy of the message to my email address. > Please _only_ send it to the mailing list.] Please point people at the mailing lists code of conduct when they do this: http://www.debian.

Re: information required

2008-04-29 Thread Paul Wise
On Wed, Apr 30, 2008 at 5:13 AM, sadia jameel <[EMAIL PROTECTED]> wrote: > Q1-i have backuppc package in .diff extension and dpkg command >install those packages whose extension is in ".deb". so how can i > change this extension from ".diff" to ".deb"??? Please read the manual pag