Re: [DNG] Problem with debhelper

2015-09-01 Thread aitor_czr

It works, thanks !!

Aitor.


On 22/08/15 16:58, Rainer Weikusat  wrote:

"Use it as intended"? In case you want to create a package installing
something in /usr/local (eg, because it's a "local" package not intended
for standalone distribution), the dh_usrlocal step can be skipped:

binary:
dh binary --before dh_usrlocal
dh binary --after dh_usrlocal


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Problem with debhelper

2015-08-22 Thread aitor_czr
Recently i debianized the latest release of bulmages (acounting and 
invoicing program) in Qt5:


http://gnuinos.org/release16/?dir=devuan/pool/main/b/bulmages

And i had the following issue: the resulting packages were all empty! 
This was due to the fact that the latest release is located in 
/usr/local, so i had to comment with some lines in the dh_usrlocal 
script, written in perl by Joey Hess. For example:


## doit(rmdir $tmp/usr/local);

Is there any way avoid that? Is this a bug in dh?

Thanks in advance.

Aitor.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Problem with debhelper

2015-08-22 Thread Rainer Weikusat
aitor_czr aitor_...@gnuinos.org writes:

 Recently i debianized the latest release of bulmages (acounting and
 invoicing program) in Qt5:

 http://gnuinos.org/release16/?dir=devuan/pool/main/b/bulmages

 And i had the following issue: the resulting packages were all empty!
 This was due to the fact that the latest release is located in
 /usr/local, so i had to comment with some lines in the dh_usrlocal
 script, written in perl by Joey Hess. For example:

 ## doit(rmdir $tmp/usr/local);

 Is there any way avoid that? Is this a bug in dh?

Use it as intended? In case you want to create a package installing
something in /usr/local (eg, because it's a local package not intended
for standalone distribution), the dh_usrlocal step can be skipped:

binary:
dh binary --before dh_usrlocal
dh binary --after dh_usrlocal
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Problem with debhelper

2015-08-22 Thread aitor_czr

Thaks, i will try it.

Aitor.

On 22/08/15 16:58, Rainer Weikusat rainerweiku...@virginmedia.com wrote:

Use it as intended? In case you want to create a package installing
something in /usr/local (eg, because it's a local package not intended
for standalone distribution), the dh_usrlocal step can be skipped:

binary:
dh binary --before dh_usrlocal
dh binary --after dh_usrlocal



aitor_czraitor_...@gnuinos.org  writes:


Recently i debianized the latest release of bulmages (acounting and
invoicing program) in Qt5:

http://gnuinos.org/release16/?dir=devuan/pool/main/b/bulmages

And i had the following issue: the resulting packages were all empty!
This was due to the fact that the latest release is located in
/usr/local, so i had to comment with some lines in the dh_usrlocal
script, written in perl by Joey Hess. For example:

## doit(rmdir $tmp/usr/local);

Is there any way avoid that? Is this a bug in dh?


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng