[DRE-commits] [ruby-hikidoc] 01/01: various updates to prepare for release
Caitlin Matos
cm-guest at moszumanska.debian.org
Wed Aug 27 14:41:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
cm-guest pushed a commit to branch master
in repository ruby-hikidoc.
commit dce97f6123f23f63d18ad1b38ee9ddfce8084a49
Author: Caitlin Matos <caitlin.matos at zoho.com>
Date: Tue Aug 26 13:18:14 2014 -0400
various updates to prepare for release
- d/copyright: add "Comment" field
- d/rules: remove unnecessary INLINE_DIR
- d/patches/02_textformattingrules: use local URI
---
debian/changelog | 2 +-
debian/copyright | 2 +-
debian/patches/02_textformattingrules | 2 +-
debian/rules | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e6671d4..6fe1817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,7 +22,7 @@ ruby-hikidoc (0.1.0-1) unstable; urgency=medium
- register docs with doc-base
- separate paragraph in d/copyright
- -- Caitlin Matos <caitlin.matos at zoho.com> Fri, 08 Aug 2014 22:27:56 -0400
+ -- Caitlin Matos <caitlin.matos at zoho.com> Tue, 26 Aug 2014 13:20:49 -0400
ruby-hikidoc (0.0.6-1) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 260741a..04f7292 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,7 +21,7 @@ License: BSD-3-clause
Files: debian/local/debian-openlogo.png
Copyright: 1999 Software in the Public Interest, Inc.
License: LGPL-3.0+
- Available at https://www.debian.org/logos/.
+Comment: Available at https://www.debian.org/logos/.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
diff --git a/debian/patches/02_textformattingrules b/debian/patches/02_textformattingrules
index e9599f0..857baa4 100644
--- a/debian/patches/02_textformattingrules
+++ b/debian/patches/02_textformattingrules
@@ -11,7 +11,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
*Example statement
- http://jp.rubyist.net/theme/clover/clover_h1.png
-+ https://www.debian.org/logos/openlogo-100.png
++ file:///usr/share/doc/ruby-hikidoc/html/debian-openlogo.png
*Example output
diff --git a/debian/rules b/debian/rules
index caf2d9d..26cebfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ UPSTREAM_VERSION = $(shell dpkg-parsechangelog | awk '{ if ($$1 == "Version:") {
dh $@ --buildsystem=ruby --with ruby
override_dh_installman:
- INLINE_DIR=. help2man --no-info \
+ help2man --no-info \
--include=debian/hikidoc.h2m \
--help-option="-I lib/ bin/hikidoc --help" \
--version-string=$(UPSTREAM_VERSION) \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hikidoc.git
More information about the Pkg-ruby-extras-commits
mailing list