Differences between revisions 7 and 8
Revision 7 as of 2013-01-28 12:17:39
Size: 1170
Editor: picca
Comment:
Revision 8 as of 2013-01-28 12:24:22
Size: 1182
Editor: picca
Comment:
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
dpkg-query -W -f='${Installed-Size} ${Package}\n' | sort -n {{{dpkg-query -W -f='${Installed-Size} ${Package}\n' | sort -n}}}
Line 35: Line 35:
licensecheck --copyright -r `find -type f` | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright {{{licensecheck --copyright -r `find -type f` | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright}}}

your name

Email: <picca AT SPAMFREE synchrotron-soleil DOT fr>

Debian Developer information

Synchrotron Radiation Software

hint

sort installed debian packages by size:

dpkg-query -W -f='${Installed-Size} ${Package}\n' | sort -n

create the debian/copyright file with licensecheck

licensecheck --copyright -r `find -type f` | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright


CategoryHomepage