[DRE-commits] [vagrant-mutate] 02/04: packaging based on vagrant-cachier

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Wed Sep 21 20:09:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

eighthave pushed a commit to branch master
in repository vagrant-mutate.

commit 87d181d44599f9019006b9a2a2d2a293c3d81e7c
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon Sep 5 20:32:27 2016 +0200

    packaging based on vagrant-cachier
---
 debian/.gitignore    |  4 ++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 34 ++++++++++++++++++++++++++++++++++
 debian/copyright     | 26 ++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 18 ++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 92 insertions(+)

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..537e46c
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,4 @@
+files
+vagrant-mutate.debhelper.log
+vagrant-mutate.substvars
+vagrant-mutate/
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3b053bf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+vagrant-mutate (1.2.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #836789)
+
+ -- Hans-Christoph Steiner <hans at eds.org>  Fri, 22 Jan 2016 21:09:43 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6c9d69e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: vagrant-mutate
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Hans-Christoph Steiner <hans at eds.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               vagrant (>= 1.5)
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/pkg-ruby-extras/vagrant-mutate.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/vagrant-mutate.git
+Homepage: https://github.com/sciurus/vagrant-mutate
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: vagrant-mutate
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: convert vagrant boxes to work with different providers
+ Vagrant-mutate is a vagrant plugin to convert Vagrant .box files to
+ work with different providers.  It works with URLs, files, and boxes
+ that are already setup in Vagrant.
+ .
+ Supported Conversions:
+ .
+  * VirtualBox to KVM
+  * VirtualBox to libvirt
+  * VirtualBox to bhyve
+  * libvirt to KVM
+  * KVM to libvirt
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8ed3608
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: vagrant-mutate
+Source: https://github.com/sciurus/vagrant-mutate
+
+Files: *
+Copyright: 2016 Steve Wills <steve at mouf.net>,
+           2013-2016 Brian Pitts <brian at polibyte.com>,
+           2013-2014 Hiroshi Miura <miurahr at linux.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2016, Hans-Christoph Steiner <hans at eds.org>
+License: MIT
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..55413c1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpkg/default.mk
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+	dh_auto_install
+	dh_vagrant_plugin
+
+newtarball = new$(DEB_VERSION_UPSTREAM).tar.gz
+get-orig-source:
+	wget --continue -O $(newtarball) \
+		https://github.com/sciurus/vagrant-mutate/archive/v$(DEB_VERSION_UPSTREAM).tar.gz
+	mk-origtargz --rename $(newtarball)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1203650
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/vagrant-mutate .*/vagrant-mutate-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-mutate.git



More information about the Pkg-ruby-extras-commits mailing list