debian/0000775000000000000000000000000011755202714007174 5ustar debian/changelog0000664000000000000000000000414411755202714011051 0ustar shelr (0.16.2-1) unstable; urgency=low * New upstream release with support for sound recording. * Depends on sox. * Removed rubygems from dependencies. -- Antono Vasiljev Sun, 13 May 2012 19:15:33 +0300 shelr (0.15.2-1) unstable; urgency=low * New upstream release. * Bash completion added. * Removed DM-Upload-Allowed -- Antono Vasiljev Wed, 02 May 2012 22:03:06 +0300 shelr (0.15.1-2) unstable; urgency=low * New upstream release. * Fixes to manpage. * Alternative dependencies for older debian/ubuntu. -- Antono Vasiljev Sat, 28 Apr 2012 22:17:34 +0300 shelr (0.14.0-2) unstable; urgency=low * New upstream release. * Implemented push --local * Lock publishing if recording not finished. * Changed version of debian/copyright format * Bumpted standarts versions in debian/control -- Antono Vasiljev Mon, 16 Apr 2012 00:01:54 +0300 shelr (0.13.2-1) unstable; urgency=low * New upstream release. * Fixes error in shelr list (missing ids) -- Antono Vasiljev Tue, 10 Apr 2012 17:01:08 +0300 shelr (0.13.0-1) unstable; urgency=low * New upstream release. * shelr play last error fixed -- Antono Vasiljev Tue, 10 Apr 2012 11:57:46 +0300 shelr (0.12.6-1) unstable; urgency=low * New upstream release. -- Antono Vasiljev Sun, 08 Apr 2012 00:23:31 +0300 shelr (0.12.5-1) unstable; urgency=low * New upstream release. * Adds shelr stop. * Adds lock in order to avoid publishing of unfinished records. -- Antono Vasiljev Sat, 07 Apr 2012 18:03:44 +0300 shelr (0.12.1-1) unstable; urgency=low * New upstream release. * patch: removed require rubygems again -- Antono Vasiljev Tue, 03 Apr 2012 21:58:26 +0300 shelr (0.11.6-1) unstable; urgency=low * Initial release (Closes: #664619) * Do not build-depend on bundler * Install manpage * Unapply patches after build * Ignore quilt dir * Patches -rubygems -- Antono Vasiljev Mon, 19 Mar 2012 16:08:01 +0300 debian/compat0000664000000000000000000000000211755202714010372 0ustar 7 debian/control0000664000000000000000000000165611755202714010607 0ustar Source: shelr Section: ruby Priority: optional Maintainer: Antono Vasiljev Uploaders: Build-Depends: debhelper (>= 7.0.50~), bash-completion, gem2deb (>= 0.2.5), ruby-json | libjson-ruby, ruby-rspec | librspec-ruby, ruby-mocha | libmocha-ruby Standards-Version: 3.9.3 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, ruby-json | libjson-ruby, sox Suggests: ttyrec Description: Utility for plain text screencasting Shelr allows one to record, replay and share your terminal session. It works almost the same as script or ttyrec but adds some useful features on top of them. Optionally you can share your recordings at http://shelr.tv/ or via email. debian/copyright0000664000000000000000000000367111755202714011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: shelr Source: http://github.com/antono/shelr Files: * Copyright: 2010-2012 Antono Vasiljev 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 3 can be found in the file `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: 2012 Antono Vasiljev 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 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/patches/0000775000000000000000000000000011755202714010623 5ustar debian/patches/0001-Removed-require-rubygems.patch0000664000000000000000000000072411755202714017133 0ustar From: Antono Vasiljev Date: Tue, 3 Apr 2012 21:55:28 +0300 Subject: Removed require rubygems --- bin/shelr | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/bin/shelr b/bin/shelr index 7d4a60c..a8bf24d 100755 --- a/bin/shelr +++ b/bin/shelr @@ -1,8 +1,5 @@ #!/usr/bin/env ruby -$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__)) - -require 'rubygems' require 'shelr' BASENAME = File.basename(__FILE__) -- debian/patches/series0000664000000000000000000000004411755202714012036 0ustar 0001-Removed-require-rubygems.patch debian/ruby-tests.rb0000664000000000000000000000073511755202714011647 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: # $: << 'lib' << '.' # Dir['{spec,test}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/rules0000775000000000000000000000072111755202714010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby,bash-completion debian/shelr.bash-completion0000664000000000000000000000004211755202714013313 0ustar contrib/shelr.bash.complete shelr debian/shelr.docs0000664000000000000000000000002311755202714011156 0ustar README.md TODO.org debian/shelr.manpages0000664000000000000000000000001011755202714012015 0ustar shelr.1 debian/source/0000775000000000000000000000000011755202714010474 5ustar debian/source/format0000664000000000000000000000001411755202714011702 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000013711755202714010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/shelr .*/shelr-(.*).tar.gz