~ubuntu-branches/debian/sid/autopkgtest/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2015-10-21 07:33:04 UTC
  • Revision ID: package-import@ubuntu.com-20151021073304-senh2j325ql3cs7w
Tags: 3.17.4
* Fix --apt-pocket for apt sources with [options].
* Add tests/testarchive.py module for creating dynamic archives of mock
  debs, and add a full integration test for --apt-pocket.
* Fix version in adt-run output (@version@ moved to adt_testbed.py).
* adt-setup-vm, cloud-vm-setup: Purge lxc/lxd.
* tests/testdesc: Skip Debian.test_builddeps_profiles test if dpkg is too
  old to support build profiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        dh_auto_install
32
32
 
33
33
        # put our package version into adt-run for logging
34
 
        sed -i 's/@version@/$(VERSION)/' debian/autopkgtest/usr/bin/adt-run
 
34
        sed -i 's/@version@/$(VERSION)/' debian/autopkgtest/usr/share/autopkgtest/python/adt_testbed.py
35
35
 
36
36
override_dh_auto_test:
37
37
ifeq (, $(findstring nocheck, $(DEB_BUILD_OPTIONS)))