[DRE-commits] r4250 - in trunk/webgen0.4: . debian debian/patches

Vincent Fourmond fourmond at alioth.debian.org
Tue Oct 13 18:04:01 UTC 2009


Author: fourmond
Date: 2009-10-13 18:04:00 +0000 (Tue, 13 Oct 2009)
New Revision: 4250

Added:
   trunk/webgen0.4/debian/
   trunk/webgen0.4/debian/README.Debian
   trunk/webgen0.4/debian/changelog
   trunk/webgen0.4/debian/compat
   trunk/webgen0.4/debian/control
   trunk/webgen0.4/debian/copyright
   trunk/webgen0.4/debian/patches/
   trunk/webgen0.4/debian/patches/cmdparse2.diff
   trunk/webgen0.4/debian/patches/drop-fucking-rubygems.diff
   trunk/webgen0.4/debian/patches/series
   trunk/webgen0.4/debian/patches/shebang-ruby.diff
   trunk/webgen0.4/debian/patches/trash_statcounter.diff
   trunk/webgen0.4/debian/rules
   trunk/webgen0.4/debian/watch
   trunk/webgen0.4/debian/webgen0.4.manpages
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/webgen0.4/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/webgen0.4/debian/README.Debian
===================================================================
--- trunk/webgen0.4/debian/README.Debian	                        (rev 0)
+++ trunk/webgen0.4/debian/README.Debian	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,26 @@
+Webgen is dynamic and some extra features can be activated by installing the
+following packages:
+
+- libredcloth-ruby if you want Textile support. (http://hobix.com/textile/)
+- librmagick-ruby if you want automatic thumbnail creation for picture
+  galleries.
+- libexif-ruby if you want to be able to have EXIF information available for
+  image galleries.
+- libbluecloth-ruby if you want Markdown support.
+- libbuilder-ruby if you want to be able to programmatically create XHTML/XML
+  documents.
+
+================================================================================
+
+Use the command "webgen help" to see webgen's inline help.
+
+================================================================================
+
+Quickstart tour:
+
+- First type: webgen create sample_site
+A directory sample_site is created containing a webgen site template.
+
+- Go in the newly created directory and type webgen (or webgen run) to generate
+the html pages from the templates.
+

Added: trunk/webgen0.4/debian/changelog
===================================================================
--- trunk/webgen0.4/debian/changelog	                        (rev 0)
+++ trunk/webgen0.4/debian/changelog	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,103 @@
+webgen0.4 (0.4.7-2) unstable; urgency=low
+
+  [ Vincent Fourmond ]
+  * Add Build-Conflicts on libxml2-utils because the build hangs if
+    xmllint is found.
+  * Add Build-Depends on graphviz for the documentation
+
+  [ Arnaud Cornet ]
+  * Fix use of DEB_RUBY_LIBDIR that changed semantics in ruby-pkg-tools 0.14.
+    (Closes: #486500), build depend on ruby-pkg-tools >= 0.14.
+  * Merge Vincent's patch.
+  * Add build conflict with webgen < 0.4.
+  * Bump standard version to 3.8.0 (no change needed).
+
+ -- Arnaud Cornet <acornet at debian.org>  Sun, 22 Jun 2008 16:35:34 +0200
+
+webgen0.4 (0.4.7-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Bump standards version (no change needed).
+  * Move -doc package to doc section.
+
+ -- Arnaud Cornet <acornet at debian.org>  Sat, 02 Feb 2008 12:57:09 +0100
+
+webgen0.4 (0.4.6-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Add Homepage dpkg header.
+  * Update my email address.
+  * Add build-deps on libmaruku-ruby and librmagick-ruby, for better doc
+  generation.
+
+ -- Arnaud Cornet <acornet at debian.org>  Wed, 24 Oct 2007 22:09:19 +0200
+
+webgen0.4 (0.4.5-1) unstable; urgency=low
+
+  * New Upstream Version (Closes: #432332).
+  * Refresh trash_statcounter.diff.
+  * debian/README.Debian: document features gained by installing each
+    recommended package.
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Thu, 19 Jul 2007 15:05:35 +0200
+
+webgen0.4 (0.4.2-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Handle shabang more precisely.
+  * Add optional dependencies in recommends (libbluecloth-ruby and
+    libbuilder-ruby).
+  * Add -doc in webgen0.4 recommends.
+  * Move to quilt patch system.
+  * Man page now provided by upstream.
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sat, 12 May 2007 11:55:26 +0200
+
+webgen0.4 (0.4.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Update man page.
+  * Add libexif-ruby in Recommends.
+  * Change source package to webgen0.4, conflict with webgen. We make two
+    different packages (webgen and webgen0.4) because they are source-
+    incompatible. This is to ease the transition for webgen users.
+  * Update cmdparse2.diff.
+  * Cleanup debian/rules.
+  * Remove webgen/gui, which is not ready.
+  * Generate webgen documentation in webgen0.4-doc package.
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sun,  4 Feb 2007 17:36:13 +0100
+
+webgen (0.3.8-2) unstable; urgency=low
+
+  * Update standards version to 3.7.2. Use Build-Depends-Indep instead
+    of Build-Depends for ruby-pkg-tools and ruby.
+  * Switch to use #!/usr/bin/ruby instead of #!/usr/bin/env ruby
+    (Closes: #388357).
+  * Added watchfile.
+  * Use ruby CDBS class.
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sat, 23 Sep 2006 18:23:42 +0200
+
+webgen (0.3.8-1) unstable; urgency=low
+
+  * New upstream "bugfix" release
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sat, 31 Dec 2005 13:40:04 +0100
+
+webgen (0.3.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Changed to require cmdparse2.
+  * Drop binaries that use to qt.
+  * Added setup.rb licence to debian/copyright.
+  * Add dependency on rdoc, fixes bug #344660.
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sat, 24 Dec 2005 20:17:46 +0100
+
+webgen (0.3.6-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sun, 28 Aug 2005 13:06:39 +0200
+

Added: trunk/webgen0.4/debian/compat
===================================================================
--- trunk/webgen0.4/debian/compat	                        (rev 0)
+++ trunk/webgen0.4/debian/compat	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1 @@
+4

Added: trunk/webgen0.4/debian/control
===================================================================
--- trunk/webgen0.4/debian/control	                        (rev 0)
+++ trunk/webgen0.4/debian/control	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,32 @@
+Source: webgen0.4
+Section: web
+Priority: optional
+Maintainer: Arnaud Cornet <acornet at debian.org>
+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, webgen (< 0.4)
+Standards-Version: 3.8.0
+Homepage: http://webgen.rubyforge.org/
+
+Package: webgen0.4
+Architecture: all
+Depends: ruby, libcmdparse2-ruby, rdoc
+Recommends: libredcloth-ruby, librmagick-ruby, libexif-ruby, libbluecloth-ruby, libbuilder-ruby, webgen0.4-doc
+Conflicts: webgen
+Description: A template based static website generator
+ Webgen is used to generate web pages from page description and template files.
+ You create one template file in which you define the layout of your page and
+ where the content should go. After that you can create page description files
+ in which you only define the content.
+
+Package: webgen0.4-doc
+Architecture: all
+Section: doc
+Description: A template based static website generator
+ Webgen is used to generate web pages from page description and template files.
+ You create one template file in which you define the layout of your page and
+ where the content should go. After that you can create page description files
+ in which you only define the content.
+ .
+ This package contains webgen HTML documentation, also found on webgen's
+ website.
+

Added: trunk/webgen0.4/debian/copyright
===================================================================
--- trunk/webgen0.4/debian/copyright	                        (rev 0)
+++ trunk/webgen0.4/debian/copyright	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,42 @@
+This package was debianized by Arnaud Cornet <arnaud.cornet at gmail.com> on
+Sun, 28 Aug 2005 13:10:59 +0200
+
+It was downloaded from http://webgen.rubyforge.org/
+
+Upstream Author: Thomas Leitner
+
+Copyright:
+webgen: template based static website generator
+Copyright (C) 2004 Thomas Leitner
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or (at
+   your option) any later version.
+
+   This program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+   General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
+   USA
+
+setup.rb Copyright:
+Copyright (c) 2000-2004 Minero Aoki
+
+This program is free software.
+You can distribute/modify this program under the terms of
+the GNU Lesser General Public License version 2.1.
+
+The Debian packaging is Copyright 2007, Arnaud Cornet <arnaud.cornet at gmail.com>
+and is licensed under the GPL version 2.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+On Debian systems, the complete text of the GNU Lesser General Public can be
+found in `/usr/share/common-licenses/LGPL'.
+

Added: trunk/webgen0.4/debian/patches/cmdparse2.diff
===================================================================
--- trunk/webgen0.4/debian/patches/cmdparse2.diff	                        (rev 0)
+++ trunk/webgen0.4/debian/patches/cmdparse2.diff	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,12 @@
+diff -ru webgen-0.4.0/lib/webgen/cli.rb webgen-0.4.0-cmdparse2/lib/webgen/cli.rb
+--- webgen-0.4.0/lib/webgen/cli.rb	2007-01-04 21:48:44.000000000 +0100
++++ webgen-0.4.0-cmdparse2/lib/webgen/cli.rb	2007-01-07 14:47:32.914782078 +0100
+@@ -22,7 +22,7 @@
+ 
+ require 'rbconfig'
+ require 'fileutils'
+-require 'cmdparse'
++require 'cmdparse2'
+ require 'webgen/website'
+ 
+ module Webgen

Added: trunk/webgen0.4/debian/patches/drop-fucking-rubygems.diff
===================================================================
--- trunk/webgen0.4/debian/patches/drop-fucking-rubygems.diff	                        (rev 0)
+++ trunk/webgen0.4/debian/patches/drop-fucking-rubygems.diff	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,18 @@
+Index: webgen0.4/data/webgen/gallery_styles/slides/collage.rb
+===================================================================
+--- webgen0.4.orig/data/webgen/gallery_styles/slides/collage.rb	2007-10-24 22:03:30.000000000 +0200
++++ webgen0.4/data/webgen/gallery_styles/slides/collage.rb	2007-10-24 22:03:31.000000000 +0200
+@@ -1,4 +1,3 @@
+-require 'rubygems'
+ require 'RMagick'
+ 
+ REF = self
+Index: webgen0.4/doc/plugin/gallery/slides/collage.rb
+===================================================================
+--- webgen0.4.orig/doc/plugin/gallery/slides/collage.rb	2007-10-24 22:03:22.000000000 +0200
++++ webgen0.4/doc/plugin/gallery/slides/collage.rb	2007-10-24 22:03:25.000000000 +0200
+@@ -1,4 +1,3 @@
+-require 'rubygems'
+ require 'RMagick'
+ 
+ REF = self

Added: trunk/webgen0.4/debian/patches/series
===================================================================
--- trunk/webgen0.4/debian/patches/series	                        (rev 0)
+++ trunk/webgen0.4/debian/patches/series	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,4 @@
+cmdparse2.diff
+trash_statcounter.diff
+shebang-ruby.diff
+drop-fucking-rubygems.diff

Added: trunk/webgen0.4/debian/patches/shebang-ruby.diff
===================================================================
--- trunk/webgen0.4/debian/patches/shebang-ruby.diff	                        (rev 0)
+++ trunk/webgen0.4/debian/patches/shebang-ruby.diff	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,10 @@
+Index: webgen0.4/bin/webgen
+===================================================================
+--- webgen0.4.orig/bin/webgen	2007-05-12 12:02:28.000000000 +0200
++++ webgen0.4/bin/webgen	2007-05-12 12:06:17.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env ruby
++#!/usr/bin/ruby
+ 
+ require 'webgen/cli'
+ Webgen::cli_main

Added: trunk/webgen0.4/debian/patches/trash_statcounter.diff
===================================================================
--- trunk/webgen0.4/debian/patches/trash_statcounter.diff	                        (rev 0)
+++ trunk/webgen0.4/debian/patches/trash_statcounter.diff	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,29 @@
+Index: webgen0.4/doc/src/default.template
+===================================================================
+--- webgen0.4.orig/doc/src/default.template	2007-07-09 16:06:07.000000000 +0200
++++ webgen0.4/doc/src/default.template	2007-07-09 16:18:12.000000000 +0200
+@@ -102,24 +102,5 @@
+       </div>
+     </div>
+     <div id="footer">&copy; 2006 Thomas Leitner | generated by <a href="http://webgen.rubyforge.org">webgen</a> | Design by <a href="http://andreasviklund.com">Andreas Viklund</a> / adapted by Thomas Leitner</div>
+-
+-    <!-- Start of StatCounter Code -->
+-    <script type="text/javascript">
+-      var sc_project=648325;
+-      var sc_partition=5;
+-      var sc_security="7d00de1e";
+-      var sc_invisible=1;
+-    </script>
+-
+-    <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c6.statcounter.com/counter.php?sc_project=648325&amp;java=0&amp;security=7d00de1e&amp;invisible=1" alt="free geoip" /></a></div></noscript>
+-    <!-- End of StatCounter Code -->
+-
+-    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+-    </script>
+-    <script type="text/javascript">
+-      _uacct = "UA-641844-1";
+-      urchinTracker();
+-    </script>
+-
+   </body>
+ </html>

Added: trunk/webgen0.4/debian/rules
===================================================================
--- trunk/webgen0.4/debian/rules	                        (rev 0)
+++ trunk/webgen0.4/debian/rules	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
+DEB_RUBY_SIMPLE_PACKAGES=webgen0.4
+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) --shebang=never
+DEB_RUBY_CLEAN_TARGET = clean
+
+install/webgen0.4::
+	rm -rf debian/webgen0.4/usr/lib/ruby/1.8/webgen/gui
+
+build/webgen0.4-doc::
+	(cd doc ; ruby -I ../lib ../bin/webgen)
+
+install/webgen0.4-doc::
+	mkdir -p debian/webgen0.4-doc/usr/share/doc/webgen0.4-doc
+	mv doc/output debian/webgen0.4-doc/usr/share/doc/webgen0.4-doc/website
+
+clean::
+	rm -rf doc/output
+


Property changes on: trunk/webgen0.4/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/webgen0.4/debian/watch
===================================================================
--- trunk/webgen0.4/debian/watch	                        (rev 0)
+++ trunk/webgen0.4/debian/watch	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=296 .*webgen-(.*)\.t.*

Added: trunk/webgen0.4/debian/webgen0.4.manpages
===================================================================
--- trunk/webgen0.4/debian/webgen0.4.manpages	                        (rev 0)
+++ trunk/webgen0.4/debian/webgen0.4.manpages	2009-10-13 18:04:00 UTC (rev 4250)
@@ -0,0 +1 @@
+man/man1/webgen.1




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