|
Size: 1170
Comment:
|
← Revision 8 as of 2013-01-28 12:24:22 ⇥
Size: 1182
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
My bugs : picca@debian.org
- My packages :
My QA page : http://qa.debian.org/developer.php?login=picca@debian.org
My Debian homepage : http://people.debian.org/~picca/
My developer portfolio: http://ddportfolio.debian.net/result?email=picca%40debian.org
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
