[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Recreating a package



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)

Attachment: signature.asc
Description: PGP signature


Reply to: