[DRE-commits] [SCM] kramdown.git branch, master, updated. upstream/0.13.5-2-g8d2e59b

Youhei SASAKI uwabami at gfd-dennou.org
Mon Apr 2 15:12:13 UTC 2012


The following commit has been merged in the master branch:
commit 8d2e59b4f1a1903e4bd3ab4cd8e851fe4858641f
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Apr 3 00:10:55 2012 +0900

    merge one binary package
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/control b/debian/control
index ab68c39..f7c7500 100644
--- a/debian/control
+++ b/debian/control
@@ -11,17 +11,6 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/kramdown.git;a=summary
 Homepage: http://kramdown.rubyforge.org
 XS-Ruby-Versions: all
 
-Package: ruby-kramdown
-Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-coderay
-Description: Fast, pure-Ruby Markdown-superset converter.
- kramdown is yet-another-markdown-parser but fast, pure Ruby, using a
- strict syntax definition and supporting several common extensions.
- .
- This package provides all libraries and documents.
-
 Package: kramdown
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
@@ -30,5 +19,3 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
 Description: Fast, pure-Ruby Markdown-superset converter.
  kramdown is yet-another-markdown-parser but fast, pure Ruby, using a
  strict syntax definition and supporting several common extensions.
- .
- This package provides "karmdown" command.
diff --git a/debian/kramdown.1 b/debian/kramdown.1
index 7b0414c..b4ced89 100644
--- a/debian/kramdown.1
+++ b/debian/kramdown.1
@@ -1,4 +1,3 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.7.
 .TH KRAMDOWN "1" "April 2012" "kramdown 0.13.5" "kramdown"
 .SH NAME
 kramdown \- pure Ruby markdown converter 
diff --git a/debian/kramdown.dirs b/debian/kramdown.dirs
index e772481..fcc4fed 100644
--- a/debian/kramdown.dirs
+++ b/debian/kramdown.dirs
@@ -1 +1 @@
-usr/bin
+usr/share/doc/kramdown
diff --git a/debian/ruby-kramdown.docs b/debian/kramdown.docs
similarity index 100%
rename from debian/ruby-kramdown.docs
rename to debian/kramdown.docs
diff --git a/debian/ruby-kramdown.dirs b/debian/ruby-kramdown.dirs
deleted file mode 100644
index 8912f2b..0000000
--- a/debian/ruby-kramdown.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/ruby-kramdown
diff --git a/debian/ruby-kramdown.install b/debian/ruby-kramdown.install
deleted file mode 100644
index 2606897..0000000
--- a/debian/ruby-kramdown.install
+++ /dev/null
@@ -1,3 +0,0 @@
-# FIXME: data/ dir found in source. Consider installing it somewhere.
-# Examples:
-# data/* /usr/share/ruby-kramdown/
diff --git a/debian/ruby-kramdown.manpages b/debian/ruby-kramdown.manpages
deleted file mode 100644
index e0c13e7..0000000
--- a/debian/ruby-kramdown.manpages
+++ /dev/null
@@ -1,2 +0,0 @@
-# FIXME: man/ dir found in source. Consider installing manpages
-# man/man1/kramdown.1
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index f54a995..9acbde3 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,18 +1,3 @@
-# -*- mode:ruby; coding: utf-8; -*-
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")
-
 require 'gem2deb/rake/testtask'
 
 task :default => :test
diff --git a/debian/rules b/debian/rules
index 17673b1..6454e69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,7 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-override_dh_auto_install:
-	dh_auto_install
-	mv $(CURDIR)/debian/ruby-kramdown/usr/bin/kramdown \
-		$(CURDIR)/debian/kramdown/usr/bin
-
 override_dh_installdocs:
 	rdoc1.8 --all --inline-source --fileboxes --line-numbers --fmt=html \
-	  -o $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc lib README
+	  -o $(CURDIR)/debian/kramdown/usr/share/doc/kramdown/rdoc lib README
 	dh_installdocs

-- 
kramdown.git



More information about the Pkg-ruby-extras-commits mailing list