[DRE-commits] [SCM] ruby-kramdown.git branch, master, updated. upstream/0.13.5-4-gd1698b7

Youhei SASAKI uwabami at gfd-dennou.org
Wed Apr 18 10:24:57 UTC 2012


The following commit has been merged in the master branch:
commit d1698b7870419b04ccc7988558c4bb999b805ca7
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Apr 18 19:24:42 2012 +0900

    rename package: kramdown -> ruby-kramdown
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/changelog b/debian/changelog
index 1a8c73e..65c73c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-kramdown (0.13.5-1) UNRELEASED; urgency=low
+ruby-kramdown (0.13.5-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #666878)
 
diff --git a/debian/control b/debian/control
index b427eb2..cad0794 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: kramdown
+Source: ruby-kramdown
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
@@ -6,12 +6,12 @@ Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~), rake, ruby-coderay
 Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/pkg-ruby-extras/kramdown.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/kramdown.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-kramdown.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-kramdown.git;a=summary
 Homepage: http://kramdown.rubyforge.org
 XS-Ruby-Versions: all
 
-Package: kramdown
+Package: ruby-kramdown
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-coderay
diff --git a/debian/kramdown.dirs b/debian/kramdown.dirs
deleted file mode 100644
index fcc4fed..0000000
--- a/debian/kramdown.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/kramdown
diff --git a/debian/kramdown.docs b/debian/ruby-kramdown.docs
similarity index 100%
rename from debian/kramdown.docs
rename to debian/ruby-kramdown.docs
diff --git a/debian/kramdown.manpages b/debian/ruby-kramdown.manpages
similarity index 100%
rename from debian/kramdown.manpages
rename to debian/ruby-kramdown.manpages
diff --git a/debian/rules b/debian/rules
index 6454e69..52d41de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
 
 override_dh_installdocs:
 	rdoc1.8 --all --inline-source --fileboxes --line-numbers --fmt=html \
-	  -o $(CURDIR)/debian/kramdown/usr/share/doc/kramdown/rdoc lib README
+	  -o $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc lib README
 	dh_installdocs

-- 
ruby-kramdown.git



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