[DRE-commits] [SCM] shelr.git branch, master, updated. upstream/0.11.5-2-g46d5644

Antono Vasiljev self at antono.info
Mon Mar 19 12:33:06 UTC 2012


The following commit has been merged in the master branch:
commit 46d56448e44558c674a9ce4939aac6ce8c0e4003
Author: Antono Vasiljev <self at antono.info>
Date:   Mon Mar 19 15:31:06 2012 +0300

    Initial packaging step
    
     * debian/changelog: ITP #664619
     * debian/control: Dependencies
     * debian/copyright: licenses

diff --git a/debian/changelog b/debian/changelog
index 27df1d2..a5674c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 shelr (0.11.5-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #664619)
 
- -- Antono Vasiljev <antono at libero>  Mon, 19 Mar 2012 15:15:01 +0300
+ -- Antono Vasiljev <self at antono.info>  Mon, 19 Mar 2012 15:15:01 +0300
diff --git a/debian/control b/debian/control
index 80f6d4b..15db0fa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: shelr
 Section: ruby
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Maintainer: Antono Vasiljev <self at antono.info>
+Uploaders: Antono Vasiljev <self at antono.info>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-json, ruby-rspec, ruby-mocha, ruby-bundler
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/shelr.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/shelr.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/shelr.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/shelr.git;a=summary
 Homepage: http://shelr.tv/
 XS-Ruby-Versions: all
 
 Package: shelr
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# log4r (>= 1.6.5)
+Depends: ${shlibs:Depends}, ${misc:Depends}, bsdutils, ruby | ruby-interpreter, ruby-json, 
+Suggests: ttyrec
 Description: Screencasts for Shell Ninjas
  Screencast utility for unix shell junkies
diff --git a/debian/copyright b/debian/copyright
index 35265fe..6a62a3e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,14 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: shelr
-Source: FIXME <http://example.com/>
+Source: http://github.com/antono/shelr
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2010-2012 Antono Vasiljev <self at antono.info>
+License: GPL-3+
  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 3 of the License, or (at your option) any later
  version.
  .
  This program is distributed in the hope that it will be
@@ -28,6 +27,26 @@ License: GPL-2+ (FIXME)
  `/usr/share/common-licenses/GPL-2'.
 
 Files: debian/*
-Copyright: 2012  <>
-License:
- [LICENSE TEXT]
+Copyright: 2012 Antono Vasiljev <self at antono.info>
+License: GPL-3+
+ 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 3 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ 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/shelr.docs b/debian/shelr.docs
index 07b3c9e..ebf6bd6 100644
--- a/debian/shelr.docs
+++ b/debian/shelr.docs
@@ -1,2 +1,2 @@
-# FIXME: READMEs found
-# README.md
+README.md
+TODO.org

-- 
shelr.git



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