[Python-modules-commits] r30601 - in packages/python-docker/trunk/debian (Dockerfile changelog)

tianon-guest at users.alioth.debian.org tianon-guest at users.alioth.debian.org
Sun Sep 14 03:21:19 UTC 2014


    Date: Sunday, September 14, 2014 @ 03:21:18
  Author: tianon-guest
Revision: 30601

Update to 0.5.0 upstream release

Modified:
  packages/python-docker/trunk/debian/Dockerfile
  packages/python-docker/trunk/debian/changelog

Modified: packages/python-docker/trunk/debian/Dockerfile
===================================================================
--- packages/python-docker/trunk/debian/Dockerfile	2014-09-14 00:23:17 UTC (rev 30600)
+++ packages/python-docker/trunk/debian/Dockerfile	2014-09-14 03:21:18 UTC (rev 30601)
@@ -1,14 +1,14 @@
 FROM tianon/debian-devel
 
 # start by adding just "debian/control" so we can get mk-build-deps with maximum caching
-ADD control /usr/src/python-docker/debian/
+COPY control /usr/src/python-docker/debian/
 WORKDIR /usr/src/python-docker
 
 # get all the build deps of _this_ package in a nice repeatable way
 RUN apt-get update && mk-build-deps -irt'apt-get --no-install-recommends -yq' debian/control
 
 # need our debian/ directory to compile _this_ package
-ADD . /usr/src/python-docker/debian
+COPY . /usr/src/python-docker/debian
 
 # go download and unpack our upstream source
 RUN uscan --force-download --verbose --download-current-version

Modified: packages/python-docker/trunk/debian/changelog
===================================================================
--- packages/python-docker/trunk/debian/changelog	2014-09-14 00:23:17 UTC (rev 30600)
+++ packages/python-docker/trunk/debian/changelog	2014-09-14 03:21:18 UTC (rev 30601)
@@ -1,3 +1,9 @@
+python-docker (0.5.0-1) UNRELEASED; urgency=medium
+
+  * Update to 0.5.0 upstream release
+
+ -- Tianon Gravi <admwiggin at gmail.com>  Sun, 14 Sep 2014 00:56:13 +0000
+
 python-docker (0.4.0-1) unstable; urgency=medium
 
   * Update to 0.4.0 upstream release




More information about the Python-modules-commits mailing list