[DRE-commits] [SCM] ruby-deprecated.git branch, master, updated. upstream/3.0.0-3-ge596d44

Dmitry Borodaenko angdraug at debian.org
Sat Sep 10 19:07:05 UTC 2011


The following commit has been merged in the master branch:
commit 396369e403c3780a3bd5c27a785ab4b344499aba
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sat Sep 10 20:34:12 2011 +0300

    First repackaged build
    
    * Merge in earlier packaging information (control, changelog)
    * Point watch file at GitHub
    * Update copyright to DEP5
    * Add Conflicts/Breaks/Replaces and transitional packages for the rename

diff --git a/debian/changelog b/debian/changelog
index 48d832f..1f569ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,25 @@
-ruby-deprecated (3.0.0-1) UNRELEASED; urgency=low
+ruby-deprecated (3.0.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * New upstream version.
+  * Switch to gem2deb-based packaging:
+    - source and binary packages renamed to ruby-deprecated
+    - transitional packages added
+    - source format changed to 3.0 (quilt).
+  * Redirect watch file to GitHub.
 
  -- Dmitry Borodaenko <angdraug at debian.org>  Sat, 10 Sep 2011 18:46:48 +0300
+
+libdeprecated-ruby (2.0.1-2) unstable; urgency=low
+
+  * Switch from Ruby 1.9 to 1.9.1. Closes: #569858.
+  * Standards-Version updated to 3.8.4:
+    - changed Section from interpreters to ruby
+    - debhelper compat level upgraded to 5.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Sun, 28 Feb 2010 14:01:06 +0200
+
+libdeprecated-ruby (2.0.1-1) unstable; urgency=low
+
+  * Initial release. Closes: #500475 (ITP).
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Sun, 28 Sep 2008 19:55:25 +0300
diff --git a/debian/control b/debian/control
index 1836c42..0a9f070 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,45 @@ Uploaders: Dmitry Borodaenko <angdraug at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-deprecated.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-deprecated.git;a=summary
-Homepage: FIXME
+Vcs-Git: git://github.com/erikh/deprecated.git
+Vcs-Browser: https://github.com/erikh/deprecated
+Homepage: https://github.com/erikh/deprecated
 XS-Ruby-Versions: all
 
 Package: ruby-deprecated
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: An easy way to handle deprecating and conditionally running deprecated code
- <insert long description, indented with spaces>
+Replaces: libdeprecated-ruby (<< 3.0.0-1~), libdeprecated-ruby1.8 (<< 3.0.0-1~), libdeprecated-ruby1.9.1 (<< 3.0.0-1~)
+Breaks: libdeprecated-ruby (<< 3.0.0-1~), libdeprecated-ruby1.8 (<< 3.0.0-1~), libdeprecated-ruby1.9.1 (<< 3.0.0-1~)
+Provides: libdeprecated-ruby, libdeprecated-ruby1.8, libdeprecated-ruby1.9.1
+Description: Library for handling deprecated code in Ruby
+ Deprecated is a small library intended to aid developers working with
+ deprecated code. The idea comes from the 'D' programming language, where
+ developers can mark certain code as deprecated, and then allow/disallow the
+ ability to execute deprecated code.
+
+Package: libdeprecated-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-deprecated
+Description: Transitional package for ruby-deprecated
+ This is a transitional package to ease upgrades to the ruby-deprecated
+ package. It can safely be removed.
+
+Package: libdeprecated-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-deprecated
+Description: Transitional package for ruby-deprecated
+ This is a transitional package to ease upgrades to the ruby-deprecated
+ package. It can safely be removed.
+
+Package: libdeprecated-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-deprecated
+Description: Transitional package for ruby-deprecated
+ This is a transitional package to ease upgrades to the ruby-deprecated
+ package. It can safely be removed.
+
diff --git a/debian/copyright b/debian/copyright
index 0b60701..f86ef4e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,34 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
-Upstream-Name: deprecated
-Source: FIXME (URL where source can be downloaded)
+Upstream-Name: Deprecated
+Source: https://github.com/erikh/deprecated
 
 Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
-License: GPL-2+
- 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.
+Copyright: Copyright (C) 2005-2010 Erik Hollensbe
+License: BSD-2-clause
+ Redistribution and use in source form, with or without modification, are
+ permitted provided that the following conditions are met:
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer:
  .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
+ EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+Copyright: 2008-2011, Dmitry Borodaenko <angdraug at debian.org>
+License: GPL-2+
+ The files hereby included are 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.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches
diff --git a/debian/watch b/debian/watch
index 5b17015..b477fd5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/deprecated .*/deprecated-(.*).tar.gz
+https://github.com/erikh/deprecated/downloads .*/deprecated/tarball/([\d\.]*)

-- 
ruby-deprecated.git



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