[solved] Re: Packaging php app/scripts

2011-09-07 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/11 19:12, Игорь Пашев wrote: # find . ./src ./src/index.php ./debian ./debian/control ./debian/rules ./debian/changelog ./debian/my-pkg.install ./debian/compat ./debian/copyright sic well, thx for your help with pointing me to

Re: Packaging php app/scripts

2011-09-06 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/09/11 22:20, Igor Pashev wrote: 06.09.2011 00:44, kuLa пишет: Hi all, I have simple app in php and would like to package it. Source is in git (2 branches; upstream and debian, gbp.conf is pointing into these branches). I used dh_make to

Fwd: Packaging php app/scripts

2011-09-06 Thread Guido van Steen
I forgot to cc the list: -- Forwarded message -- From: Guido van Steen vanst...@users.sourceforge.net Date: Tue, Sep 6, 2011 at 10:00 AM Subject: Re: Packaging php app/scripts To: kuLa deb...@kulisz.net Hi KuLa, I forgot one IMHO important info there is no makefile

Re: Packaging php app/scripts

2011-09-06 Thread Игорь Пашев
Hi, Kula. I guess you should 1. list files you want to install in debian/pkg,install: == src/script.php dest/dir/ = 2. Use trivial debian/rules (without overrides): %:; dh$@ 3. Do not use ${shlibs:Depends} ;-)

Re: Packaging php app/scripts

2011-09-06 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/11 09:09, Игорь Пашев wrote: Hi, Kula. I guess you should 1. list files you want to install in debian/pkg,install: == src/script.php dest/dir/ = 2. Use trivial debian/rules (without overrides):

Re: Packaging php app/scripts

2011-09-06 Thread Christoph Egger
Hi! kuLa deb...@kulisz.net writes: Content of d/control: Build-Depends: debhelper (= 7) Content of d/rules: override_dh_install: dh_install --sourcedir=src for override targets you need debhelper = 7.0.50~

Re: Packaging php app/scripts

2011-09-06 Thread Игорь Пашев
2011/9/6 Guido van Steen vanst...@users.sourceforge.net It would be handy if you provided the contents of your package as well. +1

Re: Packaging php app/scripts

2011-09-06 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/11 09:49, Christoph Egger wrote: Hi! hello kuLa deb...@kulisz.net writes: Content of d/control: Build-Depends: debhelper (= 7) Content of d/rules:

Re: Fwd: Packaging php app/scripts

2011-09-06 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/11 09:03, Guido van Steen wrote: I forgot to cc the list: -- Forwarded message -- From: Guido van Steen vanst...@users.sourceforge.net Date: Tue, Sep 6, 2011 at 10:00 AM Subject: Re: Packaging php app/scripts To: kuLa

Fwd: Packaging php app/scripts

2011-09-06 Thread Guido van Steen
Fwd-ed to the list... -- Forwarded message -- From: Guido van Steen vanst...@users.sourceforge.net Date: Tue, Sep 6, 2011 at 5:52 PM Subject: Re: Fwd: Packaging php app/scripts To: kuLa deb...@kulisz.net Ok, I created simple Makefile (content below): prefix := /tmp DESTDIR

Re: Packaging php app/scripts

2011-09-06 Thread Игорь Пашев
# find . ./src ./src/index.php ./debian ./debian/control ./debian/rules ./debian/changelog ./debian/my-pkg.install ./debian/compat ./debian/copyright # find -type f -exec echo '=== {} ===' \; -exec cat {} \; -exec echo '---' \; === ./src/index.php === ---

Packaging php app/scripts

2011-09-05 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have simple app in php and would like to package it. Source is in git (2 branches; upstream and debian, gbp.conf is pointing into these branches). I used dh_make to debianised package, relevant packages has been edited. When running git

Re: Packaging php app/scripts

2011-09-05 Thread Igor Pashev
06.09.2011 00:44, kuLa пишет: Hi all, I have simple app in php and would like to package it. Source is in git (2 branches; upstream and debian, gbp.conf is pointing into these branches). I used dh_make to debianised package, relevant packages has been edited. When running git buildpackage