[DRE-commits] [capistrano] 03/03: several packaging updates
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Apr 10 15:23:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository capistrano.
commit 0072dbe7c19d9c1df67a491931ac5361fbc54488
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Apr 10 16:16:40 2015 +0200
several packaging updates
---
debian/NEWS | 2 +-
debian/changelog | 6 ++++--
debian/control | 2 +-
debian/copyright | 2 +-
debian/rules | 4 ++++
5 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/NEWS b/debian/NEWS
index c3a8c2f..d4837bd 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,7 +1,7 @@
capistrano (3.2.1-1) unstable; urgency=low
Capistrano 3.x introduces incompatible changes with previous 2.x
- configurations. For more informations about upgrading, please see
+ configurations. For more information about upgrading, please see
the official documentation http://capistranorb.com/documentation/upgrading/
-- Sebastien Badia <seb at sebian.fr> Sun, 01 Jun 2014 18:37:19 +0200
diff --git a/debian/changelog b/debian/changelog
index edefae7..1d8e0a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-capistrano (3.4.0-1~exp1) UNRELEASED; urgency=medium
+capistrano (3.4.0-1~exp1) experimental; urgency=medium
* New upstream release
+ - test suite ported to rspec 3
+ * debian/rules: don't ship lib/Capfile included in upstream sources
- -- Antonio Terceiro <terceiro at debian.org> Fri, 10 Apr 2015 16:12:58 +0200
+ -- Antonio Terceiro <terceiro at debian.org> Fri, 10 Apr 2015 16:19:03 +0200
capistrano (3.2.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ea16141..055ec8e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 7.0.50~),
ruby-mocha (>= 0.13~),
ruby-rspec,
ruby-sshkit (>= 1.3)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/capistrano.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/capistrano.git;a=summary
Homepage: http://capistranorb.com/
diff --git a/debian/copyright b/debian/copyright
index 7c9229e..8640274 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Files: *
Copyright: 2005-2008 Jamis Buck <jamis at 37signals.com>
2012-2013 Tom Clements <seenmyfate at gmail.com>
Lee Hambley <lee.hambley at gmail.com>
-License:
+License: Expat
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
diff --git a/debian/rules b/debian/rules
index c6142f6..7478816 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+ dh_auto_install
+ rm $(CURDIR)/debian/capistrano/usr/lib/ruby/vendor_ruby/Capfile
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/capistrano.git
More information about the Pkg-ruby-extras-commits
mailing list