1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

packaging; issue #30: Adjust package metadata

This commit is contained in:
Daniel Mizyrycki 2013-03-14 19:44:32 -07:00
parent 76bd475648
commit 47a5a51d39
5 changed files with 11 additions and 10 deletions

View file

@ -1,4 +1,4 @@
PKG_NAME=docker-dev
PKG_NAME=dotcloud-docker
PKG_ARCH=amd64
PKG_VERSION=1
ROOT_PATH:=$(PWD)
@ -25,7 +25,7 @@ install:
mkdir -p $(DESTDIR)/$(INSDIR)
mkdir -p $(DESTDIR)/etc/init
install -m 0755 bin/docker $(DESTDIR)/$(INSDIR)
install -o root -m 0755 etc/docker-dev.upstart $(DESTDIR)/etc/init/docker-dev.conf
install -o root -m 0755 etc/docker.upstart $(DESTDIR)/etc/init/docker.conf
$(BUILD_SRC): cleanup
# Copy ourselves into $BUILD_SRC to comply with unusual golang constraints

View file

@ -1,5 +1,5 @@
docker-dev (1) precise; urgency=low
dotcloud-docker (1) precise; urgency=low
* Initial release
-- dotCloud <noise+ppa@dotcloud.com> Mon, 14 Mar 2013 03:26:21 -0700
-- dotCloud <ops@dotcloud.com> Mon, 14 Mar 2013 04:43:21 -0700

View file

@ -1,4 +1,4 @@
Source: docker-dev
Source: dotcloud-docker
Section: misc
Priority: extra
Homepage: https://github.com/dotcloud/docker
@ -7,12 +7,12 @@ Build-Depends: debhelper (>= 8.0.0), pkg-config, git, golang, libsqlite3-dev
Vcs-Git: https://github.com/dotcloud/docker.git
Standards-Version: 3.9.2
Package: docker-dev
Package: dotcloud-docker
Architecture: amd64
Provides: docker-dev
Provides: dotcloud-docker
Depends: lxc, wget, bsdtar, curl, sqlite3
Description: Docker
Docker is a process manager with superpowers.
Conflicts: docker
Description: A process manager with superpowers
It encapsulates heterogeneous payloads in Standard Containers, and runs
them on any server with strong guarantees of isolation and repeatability.
Is is a great building block for automating distributed systems:

View file

@ -1,6 +1,7 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: docker-dev
Upstream-Name: dotcloud-docker
Source: https://github.com/dotcloud/docker
Files: *
Copyright: 2012 DotCloud Inc (opensource@dotcloud.com)
License: Apache License Version 2.0