Re: Recreating a package

2014-10-11 Thread Joachim Wiedorn
Hello Leopold,

Leopold Palomo-Avellaneda wrote on 2014-10-09 12:21:

 with debuild, it makes a debian clean and after another clean. I don't have 
 any log at the end of the process. Just with fakeroot debian/rules binary, 
 that lets this files on the disk.

I haven't checked your debian/rules. But if you use debhelper 9
 and in the rules you only use:

%:
 dh $@

than you have the clean only at the beginning of debuild run.
And then you should find these package.debhelper.log files.

 if I don't have patches, should I have to do that?

then you don't need this command.

---
Have a nice day.

Joachim (Germany)


signature.asc
Description: PGP signature


Re: Recreating a package

2014-10-09 Thread Joachim Wiedorn
Hello!

Leopold Palomo-Avellaneda wrote on 2014-10-09 10:45:

 The question is that I don't want to recompile the sources, I just would like 
 to recreate the debs. Here [1] mention a method to do that, but it doesn't 
 work in my case:

While compiling with debuild it creates files like this one:

package.debhelper.log:

dh_auto_configure
dh_auto_build
dh_auto_test
dh_prep
dh_installdirs
dh_auto_install
dh_install
dh_installdocs
dh_installchangelogs
dh_installman
dh_perl
dh_link
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dh_builddeb


If I want to recompile only the deb packages (with the already compiled
binaries) at first I delete the last lines in the .log file(s) until
dh_install:

package.debhelper.log:

dh_auto_configure
dh_auto_build
dh_auto_test
dh_prep
dh_installdirs
dh_auto_install

And than run

  $ quilt push -a

  $ fakeroot debian/rules binary

That's all.

---
Have a nice day.

Joachim (Germany)


signature.asc
Description: PGP signature


Re: Recreating a package

2014-10-09 Thread Leopold Palomo-Avellaneda
Hi,

thanks for the reply. However, there's one thing that I don't understand.

A Dijous, 9 d'octubre de 2014, Joachim Wiedorn va escriure:
 
 While compiling with debuild it creates files like this one:

with debuild, it makes a debian clean and after another clean. I don't have 
any log at the end of the process. Just with fakeroot debian/rules binary, 
that lets this files on the disk.


 package.debhelper.log:
 
 dh_auto_configure
 dh_auto_build
 dh_auto_test
 dh_prep
 dh_installdirs
 dh_auto_install
 dh_install
 dh_installdocs
 dh_installchangelogs
 dh_installman
 dh_perl
 dh_link
 dh_compress
 dh_fixperms
 dh_installdeb
 dh_gencontrol
 dh_md5sums
 dh_builddeb
 dh_builddeb
 
 
 If I want to recompile only the deb packages (with the already compiled
 binaries) at first I delete the last lines in the .log file(s) until
 dh_install:
 
 package.debhelper.log:
 
 dh_auto_configure
 dh_auto_build
 dh_auto_test
 dh_prep
 dh_installdirs
 dh_auto_install
 
 And than run
 
   $ quilt push -a

if I don't have patches, should I have to do that?

   $ fakeroot debian/rules binary

Ok, I understand then that I have to modify _all_ the packages that I want to 
be rebuild, no?

Best regards,

Leopold




-- 
--
Linux User 152692 PGP: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


signature.asc
Description: This is a digitally signed message part.


Re: Recreating a package

2014-10-09 Thread Leopold Palomo-Avellaneda
A Dijous, 9 d'octubre de 2014, Leopold Palomo-Avellaneda va escriure:
 Hi,
 
 thanks for the reply. However, there's one thing that I don't understand.
 
 A Dijous, 9 d'octubre de 2014, Joachim Wiedorn va escriure:
  
  While compiling with debuild it creates files like this one:
 
 with debuild, it makes a debian clean and after another clean. I don't have 
 any log at the end of the process. Just with fakeroot debian/rules binary, 
 that lets this files on the disk.


I answer myself

debuild -nc  no clean

Thanks for all.

Leopold


-- 
--
Linux User 152692 PGP: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


signature.asc
Description: This is a digitally signed message part.