~mpontillo/maas/dns-template-changes-1.8

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: MAAS Lander
  • Author(s): Raphael Badin
  • Date: 2015-07-06 08:46:18 UTC
  • mfrom: (4011.1.1 fix-link-packaging-1.8)
  • Revision ID: maas_lander-20150706084618-l5i6r1756zaby74z
[r=rbanffy][bug=][author=rvb] Update packaging branch to the 1.8 packaging branch: this only affect the `make package` target using to build debugging packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
473
473
# has a bug and always considers apt-source tarballs before the specified
474
474
# branch.  So instead, export to a local tarball which is always found.
475
475
# Make sure debhelper and dh-apport packages are installed before using this.
476
 
PACKAGING := $(CURDIR)/../packaging.trunk
477
 
PACKAGING_BRANCH := lp:~maas-maintainers/maas/packaging
 
476
PACKAGING := $(CURDIR)/../packaging-1.8
 
477
PACKAGING_BRANCH := lp:~maas-maintainers/maas/packaging-1.8
478
478
 
479
479
package_branch:
480
480
        @echo Downloading/refreshing packaging branch...