-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
# 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-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
-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
-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
2011/9/6 Guido van Steen
> It would be handy if you provided the contents of your package as well.
+1
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
-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
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} ;-)
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
-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
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
-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
13 matches
Mail list logo