summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2014-05-14 14:32:30 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2014-05-14 14:32:30 +0100
commit630068be1760f4fa1c0b28b0c35d5179ec04ea57 (patch)
treeab01ad4107fa4132732fc9fdbd6d95f2a289d5c3 /debian
parent7a2bbb20243ef08f3566d9a7f72b6d03acd76a41 (diff)
Removed gem2deb dependencies from packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/byteback.substvars2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
-rw-r--r--debian/files2
-rwxr-xr-xdebian/rules12
5 files changed, 9 insertions, 17 deletions
diff --git a/debian/byteback.substvars b/debian/byteback.substvars
deleted file mode 100644
index 17ae1fe..0000000
--- a/debian/byteback.substvars
+++ /dev/null
@@ -1,2 +0,0 @@
-ruby:Versions=ruby1.9.1 ruby2.0
-misc:Depends=
diff --git a/debian/changelog b/debian/changelog
index f7573c8..022b4ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+byteback (0.2.0-2) stable; urgency=medium
+
+ * Removed gem2deb and other ruby stuff from control
+
+ -- Patrick J Cherry <patch@bytemark.co.uk> Wed, 14 May 2014 14:29:50 +0100
+
byteback (0.2.0-1) stable; urgency=medium
* Client no loger require trollop
diff --git a/debian/control b/debian/control
index 7be2d0d..04f2f4e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,14 @@ Source: byteback
Section: ruby
Priority: optional
Maintainer: Patrick J Cherry <patrick@bytemark.co.uk>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
+Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.9.4
# Vcs-Git:
Vcs-Browser: https://projects.bytemark.co.uk/projects/byteback/repository
Homepage: https://projects.bytemark.co.uk/projects/byteback
-XS-Ruby-Versions: all
Package: byteback
Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rsync, openssh-client
Recommends: ruby-trollop | libtrollop-ruby
Description: Maintenance-free client & server backup scripts for Linux
diff --git a/debian/files b/debian/files
index 692e2f1..3ecf9ef 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-byteback_0.2.0-1_all.deb ruby optional
+byteback_0.2.0-2_all.deb ruby optional
diff --git a/debian/rules b/debian/rules
index 82ddc0c..0587334 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,5 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.9.1 ruby2.0 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
%:
- dh $@ --buildsystem=ruby --with ruby
+ dh $@