[DRE-commits] [gem2deb] 01/04: Add support for a 'nocheck' build profile, and document it in README.source. Closes: #632776
Lucas Nussbaum
lucas at moszumanska.debian.org
Mon May 11 19:45:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
lucas pushed a commit to branch master
in repository gem2deb.
commit b180d3aba018d0fc35be2518b46457960c0003a0
Author: Lucas Nussbaum <lucas at debian.org>
Date: Mon May 11 21:11:43 2015 +0200
Add support for a 'nocheck' build profile, and document it in README.source. Closes: #632776
---
debian/README.source | 5 +++++
debian/changelog | 7 +++++++
debian/control | 17 +++++++++--------
3 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..d2b4006
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+Bootstrapping gem2deb
+=====================
+
+To bootstrap gem2deb, it is useful to build it with tests disabled:
+DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -Pnocheck
diff --git a/debian/changelog b/debian/changelog
index 81e72eb..78e9de4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gem2deb (0.16) UNRELEASED; urgency=medium
+
+ * Add support for a 'nocheck' build profile, and document it in
+ README.source. Closes: #632776
+
+ -- Lucas Nussbaum <lucas at debian.org> Mon, 11 May 2015 21:10:48 +0200
+
gem2deb (0.15) unstable; urgency=medium
* dh-make-ruby, debian/ruby-tests.rake for test/unit: add 'test' to the
diff --git a/debian/control b/debian/control
index cab8ef7..71ddf3f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,15 +8,16 @@ Uploaders: Lucas Nussbaum <lucas at debian.org>,
Gunnar Wolf <gwolf at debian.org>,
Cédric Boutillier <boutil at debian.org>
Build-Depends: debhelper (>= 7.0.50~),
- devscripts,
- lintian,
- rake,
+ devscripts <!nocheck>,
+ lintian <!nocheck>,
+ rake <!nocheck>,
+ ruby (>= 1:2.1.0.3~),
ruby-all-dev (>= 1:2.1.0.3~),
- ruby-mocha (>= 0.14.0),
- ruby-rspec,
- ruby-setup,
- ruby-shoulda-context,
- ruby-test-unit
+ ruby-mocha (>= 0.14.0) <!nocheck>,
+ ruby-rspec <!nocheck>,
+ ruby-setup <!nocheck>,
+ ruby-shoulda-context <!nocheck>,
+ ruby-test-unit <!nocheck>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/gem2deb.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/gem2deb.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git
More information about the Pkg-ruby-extras-commits
mailing list