~smoser/simplestreams:ubuntu/devel

Last commit made on 2019-01-07
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~smoser/simplestreams
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:~smoser/simplestreams

Recent commits

2c1edfe... by Scott Moser

update changelog

0aed772... by Scott Moser

Remove debian/new-upstream-snapshot.

new-upstream-snapshot should be used from
  https://github.com/CanonicalLtd/uss-tableflip/blob/master/scripts/new-upstream-snapshot

f9725a9... by Scott Moser

update debian/README.source

cedb1a8... by Scott Moser

release 0.1.0-17-g693795b-0ubuntu1

sync upstream branch with a locally maintained ubuntu branch
so that 'new-upstream-snapshot' will work.

https://github.com/CanonicalLtd/uss-tableflip/blob/master/scripts/new-upstream-snapshot

693795b... by Scott Moser

tools/install-deps: install enough deps for ./tools/build-deb to work.

Basic goal here is to have this work:
   ./tools/install-deps build && ./tools/build-deb

Changes:
a.) fix a bug parsing debian/control (it would miss 'debhelper')
b.) install fakeroot explicitly, otherwise 'debuild' wont work.
c.) install with --no-install-recommends. This just gets less stuff
    and means we're more explicit about dependencies.
d.) write the command being executed for 'apt-get install' to stderr.

d7c0f48... by Scott Moser

packaging: Fix to collect sstream-mirror-glance from usr/bin, not bin.

sstream-mirror-glance was being put into /bin rather than /usr/bin.
The other executables (sstream-mirror and such) are in /usr/bin.

6e9a452... by Scott Moser

validate_image: Fix python2 i386 error, and show value in ValueError.

On python 2 and i386 (32 bit), os.stat will return a long.
There, we see that:
   isinstance(os.path.getsize("/etc/passwd"), int) == False
Where as on python 3 or 64 bit arch, the above is True.

That would cause validate_image to raise a ValueError and tests to fail.

43f845c... by Scott Moser

lintian: fix lintian warnings and errors.

 - package-uses-deprecated-debhelper-compat-version: change to 9
   9 is what is in 16.04 (and 12.04), so stick with that for now.
 - build-depends-on-build-essential-package-without-using-version:
   drop the make dependency.
 - ancient-python-version-field: no need to specify X-python-version
   or X-python3-version any more.
 - ancient-standards-version: move debian/control Standards-Version to 4.2.1
 - priority-extra-is-replaced-by-priority-optional:
   replace extra with optional

b658624... by Scott Moser

Update packaging to include python3-simplestreams-openstack.

The python3-simplestreams-openstack package will include the
sstream-mirror-glance.

c9170f0... by Scott Moser

update sstream-mirror-glance to python3