[DRE-commits] [trocla] 01/03: change pkg name to trocla
Jonas Genannt
genannt at moszumanska.debian.org
Tue Jun 9 17:59:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
genannt pushed a commit to branch master
in repository trocla.
commit e8533b5d336792f0f55bd8bbf6b72a59c9731751
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Tue Jun 9 19:55:54 2015 +0200
change pkg name to trocla
---
debian/changelog | 2 +-
debian/control | 8 ++++----
debian/patches/fix_version.patch | 2 +-
debian/rules | 2 +-
debian/{ruby-trocla.docs => trocla.docs} | 0
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f30dce8..198f2fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-trocla (0.1.1-1) unstable; urgency=medium
+trocla (0.1.1-1) unstable; urgency=low
* Initial release (Closes: #777761)
diff --git a/debian/control b/debian/control
index 0244998..ebcd5a4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: ruby-trocla
+Source: trocla
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
@@ -12,13 +12,13 @@ Build-Depends: debhelper (>= 7.0.50~),
ruby-rspec,
ruby-mocha
Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-trocla.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-trocla.git
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/trocla.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/trocla.git
Homepage: https://github.com/duritong/trocla
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
-Package: ruby-trocla
+Package: trocla
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
diff --git a/debian/patches/fix_version.patch b/debian/patches/fix_version.patch
index a407512..f87d332 100644
--- a/debian/patches/fix_version.patch
+++ b/debian/patches/fix_version.patch
@@ -20,7 +20,7 @@ Forwared: not-needed
- BUILD = version['build']
+ MAJOR = 0
+ MINOR = 1
-+ PATCH = 1
++ PATCH = 2
+ BUILD = ''
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
diff --git a/debian/rules b/debian/rules
index 0456ce6..5169ef4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,4 +19,4 @@
override_dh_auto_install:
dh_auto_install
- rm debian/ruby-trocla/usr/lib/ruby/vendor_ruby/VERSION
+ rm debian/trocla/usr/lib/ruby/vendor_ruby/VERSION
diff --git a/debian/ruby-trocla.docs b/debian/trocla.docs
similarity index 100%
rename from debian/ruby-trocla.docs
rename to debian/trocla.docs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/trocla.git
More information about the Pkg-ruby-extras-commits
mailing list