tags 486500 + patch
thanks
Hello,
Attached is the diff for my webgen0.4 0.4.7-1.1 NMU. I've also fixed
some various Build-Depends/Build-Conflicts issues in the process.
I plan to upload that to a 3/4 days delayed queue as soon as I
upload a new SSH key to the debian machines ;-)...
Cheers,
Vincent Fourmond
--
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/
Some pirates achieved immortality by great deeds of cruelty
and derring-do. Some achieved immortality by amassing great
wealth. But the captain had long ago decided that he would,
on the whole, prefer to achieve immortality by not dying.
-- Terry Pratchet, the Colour of Magic
Vincent, listening to Pea (Red Hot Chili Peppers)
diff -u webgen0.4-0.4.7/debian/control webgen0.4-0.4.7/debian/control
--- webgen0.4-0.4.7/debian/control
+++ webgen0.4-0.4.7/debian/control
@@ -2,7 +2,8 @@
Section: web
Priority: optional
Maintainer: Arnaud Cornet <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.0.0), quilt, ruby, ruby-pkg-tools (>=
0.11), libcmdparse2-ruby, libbluecloth-ruby, libredcloth-ruby, libbuilder-ruby,
librmagick-ruby, libmaruku-ruby
+Build-Depends: cdbs, debhelper (>= 4.0.0), quilt, ruby, ruby-pkg-tools (>=
0.14), libcmdparse2-ruby, libbluecloth-ruby, libredcloth-ruby, libbuilder-ruby,
librmagick-ruby, libmaruku-ruby, graphviz
+Build-Conflicts: libxml2-utils
Standards-Version: 3.7.3
Homepage: http://webgen.rubyforge.org/
diff -u webgen0.4-0.4.7/debian/changelog webgen0.4-0.4.7/debian/changelog
--- webgen0.4-0.4.7/debian/changelog
+++ webgen0.4-0.4.7/debian/changelog
@@ -1,3 +1,15 @@
+webgen0.4 (0.4.7-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add Build-Conflicts on libxml2-utils because the build hangs if
+ xmllint is found.
+ * Add Build-Depends on graphviz for the documentation
+ * Adapt DEB_RUBY_CONFIG_ARGS in debian/rules to the newer version
+ of ruby-pkg-tools (Closes: #486500)
+ + versioned Build-Depends on ruby-pkg-tools
+
+ -- Vincent Fourmond <[EMAIL PROTECTED]> Sun, 22 Jun 2008 12:57:47 +0200
+
webgen0.4 (0.4.7-1) unstable; urgency=low
* New Upstream Version
diff -u webgen0.4-0.4.7/debian/rules webgen0.4-0.4.7/debian/rules
--- webgen0.4-0.4.7/debian/rules
+++ webgen0.4-0.4.7/debian/rules
@@ -7,7 +7,7 @@
DEB_RUBY_REAL_LIB_PACKAGES=webgen0.4
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-DEB_RUBY_CONFIG_ARGS = --prefix=/usr --site-ruby-common=$(DEB_RUBY_LIBDIR)
--site-ruby=$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver) --shebang=never
+DEB_RUBY_CONFIG_ARGS = --prefix=/usr --site-ruby-common=$(DEB_RUBY_LIBDIR)
--site-ruby=$(DEB_RUBY_LIBDIR) --shebang=never
DEB_RUBY_CLEAN_TARGET = clean
install/webgen0.4::