[DRE-commits] r3694 - in packages: . libfacets-ruby libfacets-ruby/trunk/debian

Marc Dequènes duck at alioth.debian.org
Sat Jun 27 21:04:01 UTC 2009


Author: duck
Date: 2009-06-27 21:04:00 +0000 (Sat, 27 Jun 2009)
New Revision: 3694

Added:
   packages/libfacets-ruby/
   packages/libfacets-ruby/trunk/
   packages/libfacets-ruby/trunk/debian/changelog
   packages/libfacets-ruby/trunk/debian/control
   packages/libfacets-ruby/trunk/debian/control.in
   packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-core
   packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-lore
   packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-more
   packages/libfacets-ruby/trunk/debian/rules
Removed:
   packages/facets/
   packages/libfacets-ruby/trunk/
   packages/libfacets-ruby/trunk/debian/changelog
   packages/libfacets-ruby/trunk/debian/control
   packages/libfacets-ruby/trunk/debian/control.in
   packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base
   packages/libfacets-ruby/trunk/debian/rules
Log:
source package name adapted, so renamed directory

Deleted: packages/libfacets-ruby/trunk/debian/changelog
===================================================================
--- packages/facets/trunk/debian/changelog	2009-06-27 14:03:02 UTC (rev 3692)
+++ packages/libfacets-ruby/trunk/debian/changelog	2009-06-27 21:04:00 UTC (rev 3694)
@@ -1,11 +0,0 @@
-facets (2.5.2+git20090627-ef2fec+dfsg1-1) unstable; urgency=low
-
-  * Initial release.
-  * Removed the 'htmlfilter' module which license is incompatible, to
-    respect DFSG (see copyright file).
-  * Also removed left over '.config' directory from source (breaking build).
-  * Deactivated graph generation du to bug in rdoc (see #462463) using a
-    Build-Conflicts-Indep on graphviz and calling rdoc manually (as dh_rdoc
-    fails).
-
- -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sat, 27 Jun 2009 14:25:16 +0200

Copied: packages/libfacets-ruby/trunk/debian/changelog (from rev 3693, packages/facets/trunk/debian/changelog)
===================================================================
--- packages/libfacets-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libfacets-ruby/trunk/debian/changelog	2009-06-27 21:04:00 UTC (rev 3694)
@@ -0,0 +1,13 @@
+libfacets-ruby (2.5.2+git20090627-ef2fec+dfsg1-1) unstable; urgency=low
+
+  * Initial release.
+  * Removed the 'htmlfilter' module which license is incompatible, to
+    respect DFSG (see copyright file).
+  * Also removed left over '.config' directory from source (breaking build).
+  * Deactivated graph generation du to bug in rdoc (see #462463) using a
+    Build-Conflicts-Indep on graphviz and calling rdoc manually (as dh_rdoc
+    fails).
+  * Fixed broken installation path due to source layout incompatible with
+    setup.rb.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sat, 27 Jun 2009 19:00:28 +0200

Deleted: packages/libfacets-ruby/trunk/debian/control
===================================================================
--- packages/facets/trunk/debian/control	2009-06-27 14:03:02 UTC (rev 3692)
+++ packages/libfacets-ruby/trunk/debian/control	2009-06-27 21:04:00 UTC (rev 3694)
@@ -1,72 +0,0 @@
-Source: facets
-Section: ruby
-Priority: optional
-Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ruby (>= 1.8.1), ruby-pkg-tools (>= 0.6)
-Build-Depends-Indep: rdoc (>= 1.8.1)
-Build-Conflicts-Indep: graphviz
-Standards-Version: 3.8.2
-Homepage: http://facets.rubyforge.org/
-
-Package: libfacets-ruby1.8
-Architecture: all
-Depends: ${misc:Depends}, libruby1.8
-Description: extensive additions and extensions library for Ruby
- Ruby Facets is the single largest collection of core extension
- methods and standard library additions available for the Ruby
- programming language. 
- .
- The core library extend existing base classes with lot's of
- convenient methods and new base objects (Binding, Functor,
- Stackable, ...).
- .
- In addition to the core libraries, Facets provides dozens of
- additional classes, modules, mixins and light-weight frameworks.
- These solid libraries provide a general-purpose set of
- components commonly useful across a variety of applications
- (Dictionary, LinkedList, PQueue, Random, ...).
-
-Package: libfacets-ruby
-Architecture: all
-Depends: ${misc:Depends}, libfacets-ruby1.8
-Description: extensive additions and extensions library for Ruby
- Ruby Facets is the single largest collection of core extension
- methods and standard library additions available for the Ruby
- programming language. 
- .
- The core library extend existing base classes with lot's of
- convenient methods and new base objects (Binding, Functor,
- Stackable, ...).
- .
- In addition to the core libraries, Facets provides dozens of
- additional classes, modules, mixins and light-weight frameworks.
- These solid libraries provide a general-purpose set of
- components commonly useful across a variety of applications
- (Dictionary, LinkedList, PQueue, Random, ...).
- .
- This is a dependency package, which depends on a Facets package
- built for the latest version of Ruby.
-
-Package: libfacets-ruby-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: doc-base
-Description: extensive additions and extensions library for Ruby
- Ruby Facets is the single largest collection of core extension
- methods and standard library additions available for the Ruby
- programming language. 
- .
- The core library extend existing base classes with lot's of
- convenient methods and new base objects (Binding, Functor,
- Stackable, ...).
- .
- In addition to the core libraries, Facets provides dozens of
- additional classes, modules, mixins and light-weight frameworks.
- These solid libraries provide a general-purpose set of
- components commonly useful across a variety of applications
- (Dictionary, LinkedList, PQueue, Random, ...).
- .
- This package provides a rdoc documentation.
-

Copied: packages/libfacets-ruby/trunk/debian/control (from rev 3693, packages/facets/trunk/debian/control)
===================================================================
--- packages/libfacets-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libfacets-ruby/trunk/debian/control	2009-06-27 21:04:00 UTC (rev 3694)
@@ -0,0 +1,72 @@
+Source: libfacets-ruby
+Section: ruby
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ruby (>= 1.8.1), ruby-pkg-tools (>= 0.6)
+Build-Depends-Indep: rdoc (>= 1.8.1)
+Build-Conflicts-Indep: graphviz
+Standards-Version: 3.8.2
+Homepage: http://facets.rubyforge.org/
+
+Package: libfacets-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, libruby1.8
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+
+Package: libfacets-ruby
+Architecture: all
+Depends: ${misc:Depends}, libfacets-ruby1.8
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+ .
+ This is a dependency package, which depends on a Facets package
+ built for the latest version of Ruby.
+
+Package: libfacets-ruby-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: doc-base
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+ .
+ This package provides a rdoc documentation.
+

Deleted: packages/libfacets-ruby/trunk/debian/control.in
===================================================================
--- packages/facets/trunk/debian/control.in	2009-06-27 14:03:02 UTC (rev 3692)
+++ packages/libfacets-ruby/trunk/debian/control.in	2009-06-27 21:04:00 UTC (rev 3694)
@@ -1,72 +0,0 @@
-Source: facets
-Section: ruby
-Priority: optional
-Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: @cdbs@, ruby (>= 1.8.1), ruby-pkg-tools (>= 0.6)
-Build-Depends-Indep: rdoc (>= 1.8.1)
-Build-Conflicts-Indep: graphviz
-Standards-Version: 3.8.2
-Homepage: http://facets.rubyforge.org/
-
-Package: libfacets-ruby1.8
-Architecture: all
-Depends: ${misc:Depends}, libruby1.8
-Description: extensive additions and extensions library for Ruby
- Ruby Facets is the single largest collection of core extension
- methods and standard library additions available for the Ruby
- programming language. 
- .
- The core library extend existing base classes with lot's of
- convenient methods and new base objects (Binding, Functor,
- Stackable, ...).
- .
- In addition to the core libraries, Facets provides dozens of
- additional classes, modules, mixins and light-weight frameworks.
- These solid libraries provide a general-purpose set of
- components commonly useful across a variety of applications
- (Dictionary, LinkedList, PQueue, Random, ...).
-
-Package: libfacets-ruby
-Architecture: all
-Depends: ${misc:Depends}, libfacets-ruby1.8
-Description: extensive additions and extensions library for Ruby
- Ruby Facets is the single largest collection of core extension
- methods and standard library additions available for the Ruby
- programming language. 
- .
- The core library extend existing base classes with lot's of
- convenient methods and new base objects (Binding, Functor,
- Stackable, ...).
- .
- In addition to the core libraries, Facets provides dozens of
- additional classes, modules, mixins and light-weight frameworks.
- These solid libraries provide a general-purpose set of
- components commonly useful across a variety of applications
- (Dictionary, LinkedList, PQueue, Random, ...).
- .
- This is a dependency package, which depends on a Facets package
- built for the latest version of Ruby.
-
-Package: libfacets-ruby-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: doc-base
-Description: extensive additions and extensions library for Ruby
- Ruby Facets is the single largest collection of core extension
- methods and standard library additions available for the Ruby
- programming language. 
- .
- The core library extend existing base classes with lot's of
- convenient methods and new base objects (Binding, Functor,
- Stackable, ...).
- .
- In addition to the core libraries, Facets provides dozens of
- additional classes, modules, mixins and light-weight frameworks.
- These solid libraries provide a general-purpose set of
- components commonly useful across a variety of applications
- (Dictionary, LinkedList, PQueue, Random, ...).
- .
- This package provides a rdoc documentation.
-

Copied: packages/libfacets-ruby/trunk/debian/control.in (from rev 3693, packages/facets/trunk/debian/control.in)
===================================================================
--- packages/libfacets-ruby/trunk/debian/control.in	                        (rev 0)
+++ packages/libfacets-ruby/trunk/debian/control.in	2009-06-27 21:04:00 UTC (rev 3694)
@@ -0,0 +1,72 @@
+Source: libfacets-ruby
+Section: ruby
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: @cdbs@, ruby (>= 1.8.1), ruby-pkg-tools (>= 0.6)
+Build-Depends-Indep: rdoc (>= 1.8.1)
+Build-Conflicts-Indep: graphviz
+Standards-Version: 3.8.2
+Homepage: http://facets.rubyforge.org/
+
+Package: libfacets-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, libruby1.8
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+
+Package: libfacets-ruby
+Architecture: all
+Depends: ${misc:Depends}, libfacets-ruby1.8
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+ .
+ This is a dependency package, which depends on a Facets package
+ built for the latest version of Ruby.
+
+Package: libfacets-ruby-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: doc-base
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+ .
+ This package provides a rdoc documentation.
+

Deleted: packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base
===================================================================
--- packages/facets/trunk/debian/libfacets-ruby-doc.doc-base	2009-06-27 14:03:02 UTC (rev 3692)
+++ packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base	2009-06-27 21:04:00 UTC (rev 3694)
@@ -1,10 +0,0 @@
-Document: facets
-Title: Facets API Documentation
-Author: Thomas Sawyer (aka Trans)
-Abstract: Rdoc-generated API documentation.
-Section: Programming/Ruby
-
-Format: HTML
-Index: /usr/share/doc/libfacets-ruby-doc/rdoc/index.html
-Files: /usr/share/doc/libfacets-ruby-doc/rdoc/*
-

Copied: packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-core (from rev 3693, packages/facets/trunk/debian/libfacets-ruby-doc.doc-base.facets-core)
===================================================================
--- packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-core	                        (rev 0)
+++ packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-core	2009-06-27 21:04:00 UTC (rev 3694)
@@ -0,0 +1,10 @@
+Document: facets-core
+Title: Facets Core API Documentation
+Author: Thomas Sawyer (aka Trans)
+Abstract: Rdoc-generated API documentation.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/libfacets-ruby-doc/rdoc/core/index.html
+Files: /usr/share/doc/libfacets-ruby-doc/rdoc/core/*
+

Copied: packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-lore (from rev 3693, packages/facets/trunk/debian/libfacets-ruby-doc.doc-base.facets-lore)
===================================================================
--- packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-lore	                        (rev 0)
+++ packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-lore	2009-06-27 21:04:00 UTC (rev 3694)
@@ -0,0 +1,10 @@
+Document: facets-lore
+Title: Facets Lore API Documentation
+Author: Thomas Sawyer (aka Trans)
+Abstract: Rdoc-generated API documentation.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/libfacets-ruby-doc/rdoc/lore/index.html
+Files: /usr/share/doc/libfacets-ruby-doc/rdoc/lore/*
+

Copied: packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-more (from rev 3693, packages/facets/trunk/debian/libfacets-ruby-doc.doc-base.facets-more)
===================================================================
--- packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-more	                        (rev 0)
+++ packages/libfacets-ruby/trunk/debian/libfacets-ruby-doc.doc-base.facets-more	2009-06-27 21:04:00 UTC (rev 3694)
@@ -0,0 +1,10 @@
+Document: facets-more
+Title: Facets More API Documentation
+Author: Thomas Sawyer (aka Trans)
+Abstract: Rdoc-generated API documentation.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/libfacets-ruby-doc/rdoc/more/index.html
+Files: /usr/share/doc/libfacets-ruby-doc/rdoc/more/*
+

Deleted: packages/libfacets-ruby/trunk/debian/rules
===================================================================
--- packages/facets/trunk/debian/rules	2009-06-27 14:03:02 UTC (rev 3692)
+++ packages/libfacets-ruby/trunk/debian/rules	2009-06-27 21:04:00 UTC (rev 3694)
@@ -1,11 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-
-install/libfacets-ruby-doc::
-	if [ ! -e debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/rdoc ]; then \
-		rdoc --all --inline-source --fileboxes --line-numbers --fmt=html -o debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/rdoc lib; \
-	fi
-

Copied: packages/libfacets-ruby/trunk/debian/rules (from rev 3693, packages/facets/trunk/debian/rules)
===================================================================
--- packages/libfacets-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libfacets-ruby/trunk/debian/rules	2009-06-27 21:04:00 UTC (rev 3694)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+install/libfacets-ruby-doc::
+	if [ ! -e debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/rdoc ]; then \
+		for PART in core lore more; do \
+			rdoc --all --inline-source --fileboxes --line-numbers --fmt=html -t"Facets $${PART} API" -m doc/README.$${PART} -o debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/rdoc/$${PART} lib/$${PART} doc/README.$${PART}; \
+		done; \
+	fi
+
+binary-install/libfacets-ruby1.8::
+	mkdir debian/$(cdbs_curpkg)/usr/lib/ruby/1.8/facets
+	for PART in core lore more; do \
+		mv debian/$(cdbs_curpkg)/usr/lib/ruby/1.8/$${PART}/facets/* debian/$(cdbs_curpkg)/usr/lib/ruby/1.8/facets/; \
+		rm -rf debian/$(cdbs_curpkg)/usr/lib/ruby/1.8/$${PART}; \
+	done
+




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