[DRE-commits] r2151 - in packages/libgd-ruby/trunk: . debian

lucas at alioth.debian.org lucas at alioth.debian.org
Sat Dec 8 12:01:52 UTC 2007


Author: lucas
Date: 2007-12-08 12:01:51 +0000 (Sat, 08 Dec 2007)
New Revision: 2151

Added:
   packages/libgd-ruby/trunk/debian/
   packages/libgd-ruby/trunk/debian/README.Debian
   packages/libgd-ruby/trunk/debian/changelog
   packages/libgd-ruby/trunk/debian/compat
   packages/libgd-ruby/trunk/debian/control
   packages/libgd-ruby/trunk/debian/copyright
   packages/libgd-ruby/trunk/debian/dirs
   packages/libgd-ruby/trunk/debian/rules
Modified:
   packages/libgd-ruby/trunk/extconf.rb
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/libgd-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/libgd-ruby/trunk/debian/README.Debian
===================================================================
--- packages/libgd-ruby/trunk/debian/README.Debian	                        (rev 0)
+++ packages/libgd-ruby/trunk/debian/README.Debian	2007-12-08 12:01:51 UTC (rev 2151)
@@ -0,0 +1,8 @@
+libgd-ruby for Debian
+---------------------
+
+usage:
+
+  require 'GD'
+
+ -- akira yamada <akira at debian.org>, Sat,  5 May 2001 14:56:13 +0900

Added: packages/libgd-ruby/trunk/debian/changelog
===================================================================
--- packages/libgd-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libgd-ruby/trunk/debian/changelog	2007-12-08 12:01:51 UTC (rev 2151)
@@ -0,0 +1,70 @@
+libgd-ruby (0.7.4.1-3) unstable; urgency=low
+
+  * FTBFS: build-depends on removed xlibs-dev (Closes: #347010)
+  * dropped ruby1.6 support. (Closes: #367919)
+
+ -- akira yamada <akira at debian.org>  Tue, 23 May 2006 16:37:41 +0900
+
+libgd-ruby (0.7.4.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Drop unneeded xlibs-dev build-dep. (Closes: #347010)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 21 Jan 2006 22:02:51 +0100
+
+libgd-ruby (0.7.4.1-2) unstable; urgency=low
+
+  * removed unnecessary dependency for libttf2.  (closes: #312900)
+
+ -- akira yamada <akira at debian.org>  Sat, 25 Jun 2005 15:24:11 +0900
+
+libgd-ruby (0.7.4.1-1) unstable; urgency=low
+
+  * new upstream version. (http://tam.0xfa.com/ruby-gd/ruby-GD-0.7.4-1.tar.gz)
+  * rebuild with ruby1.6 and ruby1.8.  (closes: #212105)
+
+ -- akira yamada <akira at debian.org>  Thu, 11 Dec 2003 15:52:39 +0900
+
+libgd-ruby (0.7.4-5) unstable; urgency=low
+
+  * enabled GD2 methods.
+  * updated Standards-Version to 3.5.8.
+  * Build-Depends on libpng12-dev.
+
+ -- akira yamada <akira at debian.org>  Mon,  6 Jan 2003 19:21:41 +0900
+
+libgd-ruby (0.7.4-4) unstable; urgency=low
+
+  * build with libgd2-xpm-dev and libpng3-dev, closes: #160844.
+
+ -- akira yamada <akira at debian.org>  Tue, 17 Sep 2002 23:38:14 +0900
+
+libgd-ruby (0.7.4-3) unstable; urgency=low
+
+  * rebuild with libgd2-dev, closes: #110852.
+
+ -- akira yamada <akira at debian.org>  Sun,  2 Sep 2001 00:53:45 +0900
+
+libgd-ruby (0.7.4-2) unstable; urgency=low
+
+  * added ruby, ruby-dev and libttf-dev to build-depends, closes: #106433.
+
+ -- akira yamada <akira at debian.org>  Wed, 25 Jul 2001 10:16:56 +0900
+
+libgd-ruby (0.7.4-1) unstable; urgency=low
+
+  * upgraded to new upstream version.
+
+ -- akira yamada <akira at debian.org>  Mon, 16 Jul 2001 15:24:41 +0900
+
+libgd-ruby (0.7.3-1) unstable; urgency=low
+
+  * upgraded to new upstream version.
+
+ -- akira yamada <akira at debian.org>  Mon, 16 Jul 2001 15:01:10 +0900
+
+libgd-ruby (0.7.2-0.0.1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- akira yamada <akira at debian.org>  Sat,  5 May 2001 14:56:13 +0900

Added: packages/libgd-ruby/trunk/debian/compat
===================================================================
--- packages/libgd-ruby/trunk/debian/compat	                        (rev 0)
+++ packages/libgd-ruby/trunk/debian/compat	2007-12-08 12:01:51 UTC (rev 2151)
@@ -0,0 +1 @@
+4

Added: packages/libgd-ruby/trunk/debian/control
===================================================================
--- packages/libgd-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libgd-ruby/trunk/debian/control	2007-12-08 12:01:51 UTC (rev 2151)
@@ -0,0 +1,13 @@
+Source: libgd-ruby
+Section: graphics
+Priority: optional
+Maintainer: akira yamada <akira at debian.org>
+Build-Depends: debhelper (>> 3.0.0), libgd2-xpm-dev, libpng12-dev, zlib1g-dev, libfreetype6-dev, libjpeg62-dev, ruby1.8, ruby1.8-dev
+Standards-Version: 3.6.1
+
+Package: libgd-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Extension library to use GD graphics library from Ruby 1.8
+ Ruby extension library for using Thomas Boutell's GD
+ library(http://www.boutell.com/gd/).

Added: packages/libgd-ruby/trunk/debian/copyright
===================================================================
--- packages/libgd-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/libgd-ruby/trunk/debian/copyright	2007-12-08 12:01:51 UTC (rev 2151)
@@ -0,0 +1,75 @@
+This package was debianized by akira yamada <akira at debian.org> on
+Sat,  5 May 2001 14:56:13 +0900.
+
+It was downloaded from
+<URL:http://tam.0xfa.com/ruby-gd/ruby-GD-0.7.4-1.tar.gz>
+
+Upstream Authors: Yukihiro Matsumoto <matz at ruby-lang.org>, Ryuichi
+Tamura <tam at kais.kyoto-u.ac.jp>
+
+Copyright:
+
+Ruby's.
+
+Ruby's License:
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.co.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see COPYING file), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+	  modifications to Usenet or an equivalent medium, or by allowing
+	  the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+	  with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+	  together with instructions (in the manual page or equivalent)
+	  on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+	  the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+     They are gc.c(partly), utils.c(partly), regex.[ch], fnmatch.[ch],
+     glob.c, st.[ch] and some files under the ./missing directory.  See
+     each file for the copying condition.
+
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+-- 
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: packages/libgd-ruby/trunk/debian/dirs
===================================================================
--- packages/libgd-ruby/trunk/debian/dirs	                        (rev 0)
+++ packages/libgd-ruby/trunk/debian/dirs	2007-12-08 12:01:51 UTC (rev 2151)
@@ -0,0 +1 @@
+usr/lib/ruby

Added: packages/libgd-ruby/trunk/debian/rules
===================================================================
--- packages/libgd-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libgd-ruby/trunk/debian/rules	2007-12-08 12:01:51 UTC (rev 2151)
@@ -0,0 +1,96 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+#export DH_COMPAT=3
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+	rm -rf build-tree-1.8
+	mkdir  build-tree-1.8
+
+	ruby1.8 -C build-tree-1.8 ../extconf.rb \
+	  --with-xpm \
+	  --with-freetype \
+	  --with-ttf \
+	  --with-jpeg \
+	  --enable-gd2_0
+
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	#/usr/bin/docbook-to-man debian/libgd-ruby.sgml > libgd-ruby.1
+
+	$(MAKE) -C build-tree-1.8
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-rm -rf build-tree-1.8
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/libgd-ruby.
+	$(MAKE) -C build-tree-1.8 sitedir=$(CURDIR)/debian/libgd-ruby1.8/usr/lib/ruby install
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs -A TODO readme.en readme.ja
+	(cd doc && tar cf - .) | \
+	  (cd debian/libgd-ruby1.8/usr/share/doc/libgd-ruby1.8 && tar xvf -)
+	rm debian/libgd-ruby1.8/usr/share/doc/libgd-ruby1.8/INSTALL*
+	dh_installexamples -A sample/*
+	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress -X.rb
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/libgd-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Modified: packages/libgd-ruby/trunk/extconf.rb
===================================================================
--- packages/libgd-ruby/trunk/extconf.rb	2007-12-08 12:01:45 UTC (rev 2150)
+++ packages/libgd-ruby/trunk/extconf.rb	2007-12-08 12:01:51 UTC (rev 2151)
@@ -34,9 +34,9 @@
   have_library('jpeg')
 end
 
-if with_config('ttf')
-  have_library('ttf')
-end
+#if with_config('ttf')
+#  have_library('ttf')
+#end
 
 if with_config('xpm')
   have_library('X11')




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