[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

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 === ---

Fwd: Packaging php app/scripts

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

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 > Date: Tue, Sep 6, 2011 at 10:00 AM > Subject: Re: Packaging php app/scripts > To: kuLa

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 writes: >> >> Content of d/control: >> Build-Depends: debhelper (>= 7) >> >> Content of d/rules: >> override_dh_in

Re: Packaging php app/scripts

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

Re: Packaging php app/scripts

2011-09-06 Thread Christoph Egger
Hi! kuLa 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~ debhelper

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 ov

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} ;-)

Fwd: Packaging php app/scripts

2011-09-06 Thread Guido van Steen
I forgot to cc the list: -- Forwarded message -- From: Guido van Steen Date: Tue, Sep 6, 2011 at 10:00 AM Subject: Re: Packaging php app/scripts To: kuLa Hi KuLa, > I forgot one IMHO important info there is no makefile for this project > as php is not compilable. How a

Re: Packaging php app/scripts

2011-09-05 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_mak

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

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 build