lp://staging/bzr-builddeb/dev
Created by
Bzr-builddeb-hackers
and last modified
- Get this branch:
- bzr branch lp://staging/bzr-builddeb/dev
Members of
Bzr-builddeb-hackers
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Branch information
Recent revisions
- 97. By James Westby
-
Fix the source_dir naming.
* Export the package build to the correct directory name, using the upstream
version rather than the full version. This removes a warning from
dpkg-source when building and Closes: #409981. Thanks to James Vega. - 96. By James Westby
-
* Install the plugin in .../plugins/
builddeb instead of
.../plugins/ bzr-builddeb, as the latter is not a valid python identifier
as is now required by bzr. - 95. By James Westby
-
* TarFile.
extractall( ) is only in python2.5. Check for it and if not fall
back to a basic way of doing it with extract().