[DRE-commits] r3586 - packages/libwirble-ruby/trunk/debian

Ryan Niebur ryan52-guest at alioth.debian.org
Mon Jun 8 06:33:19 UTC 2009


Author: ryan52-guest
Date: 2009-06-08 06:33:18 +0000 (Mon, 08 Jun 2009)
New Revision: 3586

Modified:
   packages/libwirble-ruby/trunk/debian/changelog
   packages/libwirble-ruby/trunk/debian/control
   packages/libwirble-ruby/trunk/debian/copyright
   packages/libwirble-ruby/trunk/debian/rules
Log:
* New upstream release
* add myself to Uploaders
* update debian/rules for new version
* update debian/copyright

Modified: packages/libwirble-ruby/trunk/debian/changelog
===================================================================
--- packages/libwirble-ruby/trunk/debian/changelog	2009-06-04 01:49:20 UTC (rev 3585)
+++ packages/libwirble-ruby/trunk/debian/changelog	2009-06-08 06:33:18 UTC (rev 3586)
@@ -1,9 +1,16 @@
-libwirble-ruby (0.1.2-4) UNRELEASED; urgency=low
+libwirble-ruby (0.1.3-1) UNRELEASED; urgency=low
 
+  [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 15:54:27 -0500
+  [ Ryan Niebur ]
+  * New upstream release
+  * add myself to Uploaders
+  * update debian/rules for new version
+  * update debian/copyright
 
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 07 Jun 2009 23:25:14 -0700
+
 libwirble-ruby (0.1.2-3) unstable; urgency=low
 
   * Added missing build-depend on ruby-pkg-tools (Closes: #521986)

Modified: packages/libwirble-ruby/trunk/debian/control
===================================================================
--- packages/libwirble-ruby/trunk/debian/control	2009-06-04 01:49:20 UTC (rev 3585)
+++ packages/libwirble-ruby/trunk/debian/control	2009-06-08 06:33:18 UTC (rev 3586)
@@ -2,7 +2,7 @@
 Section: ruby
 Priority: optional
 Maintainer: Gunnar Wolf <gwolf at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8)
 Build-Depends-Indep: ruby1.8, rdoc
 Standards-Version: 3.8.1

Modified: packages/libwirble-ruby/trunk/debian/copyright
===================================================================
--- packages/libwirble-ruby/trunk/debian/copyright	2009-06-04 01:49:20 UTC (rev 3585)
+++ packages/libwirble-ruby/trunk/debian/copyright	2009-06-08 06:33:18 UTC (rev 3586)
@@ -4,13 +4,24 @@
 Upstream-Source: http://pablotron.org/software/wirble
 
 Files: *
-Copyright: Copyright (C) 2002-2006 Paul Duncan
+Copyright: Copyright (C) 2006-2009 Paul Duncan <pabs at pablotron.org>
 License: MIT
 
+Files: setup.rb
+Copyright: Copyright (c) 2000-2006 Minero Aoki
+License: LGPL-2.1
+
 Files: debian/*
 Copyright: Copyrigth 2008, Gunnar Wolf <gwolf at debian.org>
 License: MIT
 
+License: LGPL-2.1
+ You can distribute/modify this program under the terms of
+ the GNU LGPL, Lesser General Public License version 2.1.
+ .
+ On Debian systems you can find the complete text of the
+ LGPL version 2.1 in /usr/share/common-licenses/LGPL-2.1
+
 License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to

Modified: packages/libwirble-ruby/trunk/debian/rules
===================================================================
--- packages/libwirble-ruby/trunk/debian/rules	2009-06-04 01:49:20 UTC (rev 3585)
+++ packages/libwirble-ruby/trunk/debian/rules	2009-06-08 06:33:18 UTC (rev 3586)
@@ -2,10 +2,3 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-
-clean::
-	[ ! -d lib ] || rm -rf lib
-
-build/libwirble-ruby1.8::
-	install -d lib
-	install wirble.rb lib/wirble.rb




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