[DRE-commits] [vagrant-cachier] 01/06: Imported Debian patch 1.2.1-1

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Apr 11 01:35:32 UTC 2016


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

terceiro pushed a commit to branch master
in repository vagrant-cachier.

commit b9d522e1b55f4567482ccbc42644c7b40854c167
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Fri Jan 22 21:09:43 2016 +0100

    Imported Debian patch 1.2.1-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 28 ++++++++++++++++++++++++++++
 debian/copyright     | 24 ++++++++++++++++++++++++
 debian/docs          |  2 ++
 debian/gbp.conf      |  3 +++
 debian/rules         | 18 ++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..28d4970
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+vagrant-cachier (1.2.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #812372)
+
+ -- 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..10f0b97
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: vagrant-cachier
+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.7.2)
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/vagrant-cachier.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/vagrant-cachier.git
+Homepage: https://github.com/pradels/vagrant-cachier
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: vagrant-cachier
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: share a common package cache among similar VM instances
+ A Vagrant plugin that helps you reduce the amount of coffee you drink
+ while waiting for boxes to be provisioned by sharing a common package
+ cache among similar VM instances. Kinda like vagrant-apt_cache or
+ this magical snippet but targeting multiple package managers and
+ Linux distros.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fa630d0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: vagrant-cachier
+Source: https://github.com/fgrehm/vagrant-cachier
+
+Files: *
+Copyright: 2013-2015, Fabio Rehm
+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..7bf21f2
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README.md
+docs/
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..5474c60
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..dff32ec
--- /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/fgrehm/vagrant-cachier/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..94f9b7e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/vagrant-cachier .*/vagrant-cachier-(.*).tar.gz

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



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