[SCM] vim-addon-manager packaging branch, master, updated. v0.4.4-52-geef7258

Antonio Terceiro terceiro at debian.org
Tue Jan 31 23:32:50 UTC 2012


The following commit has been merged in the master branch:
commit 0ba6f8d8e1f2ab073d305d2ae2bd0fe25ac37c4e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jan 9 14:52:32 2012 -0200

    move Makefile to doc/

diff --git a/debian/changelog b/debian/changelog
index bed4b5f..4efd0d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,16 @@
-vim-addon-manager (0.4.5) unstable; urgency=low
+vim-addon-manager (0.4.5) UNRELEASED; urgency=low
 
   * Turn vim-addon-manager into a proper Ruby package. This should have no
     impact on end users, though. The source layout was
     changed to:
     + library code in lib/
     + main program in bin/
+    + src/Makefile moved to doc/Makefile; debian/rules and the Makefile itself
+      changed accordingly.
   * Migrate to gem2deb. This adds support for having Ruby 1.9 as
     /usr/bin/ruby
 
- -- Antonio Terceiro <terceiro at debian.org>  Mon, 09 Jan 2012 14:42:53 -0200
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 09 Jan 2012 14:51:27 -0200
 
 vim-addon-manager (0.4.4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1ef1ce6..d3110a3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 7), rdtool, gem2deb (>= 0.2.13~)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-vim/vim-addon-manager.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vim/vim-addon-manager.git
+XS-Ruby-Versions: all
 
 Package: vim-addon-manager
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 3fc7431..07283ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,8 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	make -C bin/
+	make -C doc/
 
 override_dh_auto_clean:
 	dh_auto_clean
-	make -C bin/ clean
+	make -C doc/ clean
diff --git a/debian/vim-addon-manager.manpages b/debian/vim-addon-manager.manpages
index 128eb24..000755e 100644
--- a/debian/vim-addon-manager.manpages
+++ b/debian/vim-addon-manager.manpages
@@ -1,2 +1,2 @@
-bin/vim-addons.1
+doc/vim-addons.1
 doc/vim-registry.5
diff --git a/bin/Makefile b/doc/Makefile
similarity index 73%
rename from bin/Makefile
rename to doc/Makefile
index 5b656af..181609c 100644
--- a/bin/Makefile
+++ b/doc/Makefile
@@ -1,5 +1,5 @@
 all: vim-addons.1
 clean:
 	rm -f vim-addons.1
-vim-addons.1: vim-addons
+vim-addons.1: ../bin/vim-addons
 	rd2 -r rd/rd2man-lib -o $(basename $@) $<

-- 
vim-addon-manager packaging



More information about the pkg-vim-maintainers mailing list