lp://staging/ubuntu/vivid-proposed/dpkg-repack
- Get this branch:
- bzr branch lp://staging/ubuntu/vivid-proposed/dpkg-repack
Branch merges
Branch information
Recent revisions
- 16. By Guillem Jover <email address hidden>
-
* New maintainer. Closes: #768511
* Update project information (homepage, releases and VCS).
* Expand debian/copyright to include an explicit «Copyright ©» and
the full GPL-2+ license notice.
* Update license notice in dpkg-repack to match the one in debian/copyright,
by adding the «or later» clause. See #768511.
* Switch from FSF postal address to a URL.
* Move Getopt::Long use declaration to the top of the file.
* Replace -w in the shebang with an explicit use warnings declaration.
* Improve man page formatting.
- Generalize the SYNOPSIS.
- Mark programs, command-line arguments and field names in bold.
- Mark variable text in italic.
- Use italic instead of <> to mark variable text.
- Change .TH line to include the date and version, and to mention this is
now part of the dpkg suite.
- Spell package name with a dash.
* Add references to external man pages, and append the section number to
program references.
* Use low-precedence operators for error handling constructs.
* Use scalar variables instead of barewords for filehandles.
* Use three-form open call.
* Use package lexical variables instead of global ones.
* Pass around control file data as an array of lines.
* Make $packagename a loop lexical variable.
* Remove unused $control variable.
* Set $dirty_flag to 0 when we have done the cleanup.
* Pass a filehandle reference instead of a bareword to print().
* Uppercase and rename HERE-doc marker from eof to USAGE.
* Rework usage output.
* Add a --help option.
* Add a --version option.
* Do not unnecessarily interpolate strings.
* Remove & sigil from GetOptions function call.
* Use correct operator for numeric value in $> comparison.
* Convert debian/rules from dh(1) to explicit debhelper commands.
* Bump Standard-Version to 3.9.6 (no changed needed).
* Switch to source format “3.0 (native)”.
* Bump debhelper compatibility to level 9.
* Fix description mangling to add a proper blank line separator.
* Fix example dpkg-deb invocation in dpkg-repack(1) --generate description
to create a properly named binary package. Closes: #767220
* Add new -d, --deb-option to allow passing build options to dpkg-deb.
Closes: #661953 - 14. By Joey Hess <email address hidden>
-
* Do not filter list and conffiles control files from --control-path.
Thanks, Guillem Jover
* Use Die instead of die so that cleanup is performed on error.
Thanks, Guillem Jover
* Use dpkg-deb directly instead of indirectly through the dpkg frontend
Thanks, Guillem Jover
* Misc man page fixes.
Thanks, Guillem Jover - 13. By Joey Hess <email address hidden>
-
* Fix generation of conffiles list file. For some reason dpkg-query
does not list this file, so it has to be generated when there's a
Conffiles stanza in the package status. Closes: #651165
* Remove the Conffiles stanza from the generated package's control file;
dpkg ignores it anyway. - 12. By Joey Hess <email address hidden>
-
Fix check for non-installed packages to not misfire on a package that
has no dpkg control files. Closes: #644619 - 11. By Joey Hess <email address hidden>
-
* Does not need to depend on dpkg-dev. Closes: #616318
* Fix dpkg-querty call to support --rootdir. (Evan Dandresa) Closes: #630765 - 10. By Michael Vogt
-
* Merge from debian unstable. Remaining changes:
- Unbreak the --root option by passing --admindir to dpkg-query.
- debian/control: Drop dpkg-dev dependency. It's not needed and pulls
build-essential, g++, etc. into our desktop images. - 8. By Mario Limonciello
-
* Merge with debian unstable.
- Fixes multiarch support (LP: #729241)
* Remaining changes:
- debian/control: Drop dpkg-dev dependency. It's not needed and pulls
build-essential, g++, etc. into our desktop images. - 7. By Martin Pitt
-
debian/control: Drop dpkg-dev dependency. It's not needed and pulls
build-essential, g++, etc. into our desktop images. (LP: #728424,
Debian #616318)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/vivid/dpkg-repack