debian/0000755000000000000000000000000012200416614007162 5ustar debian/gbp.conf0000644000000000000000000000014012200416614010574 0ustar [DEFAULT] pristine-tar = True [git-import-orig] filter = examples/* filter-pristine-tar = True debian/rules0000755000000000000000000000051712200416614010245 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_installexamples: dh_installexamples -O--buildsystem=ruby mkdir -p debian/ruby-upr/usr/share/doc/ruby-upr/examples mv debian/ruby-upr/usr/bin/upr-drb debian/ruby-upr/usr/share/doc/ruby-upr/examples rmdir --ignore-fail-on-non-empty -p debian/ruby-upr/usr/bin debian/control0000644000000000000000000000175712200416614010577 0ustar Source: ruby-upr Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jérémy Bobbio Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-moneta (>= 0.7) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-upr.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-upr.git;a=summary Homepage: http://upr.bogomips.org/ XS-Ruby-Versions: all Package: ruby-upr Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack, ruby-moneta (>= 0.7) Suggests: rainbows Description: Upload Progress for Rack upr is Rack middleware that allows browser-side upload progress monitoring. It is based on (and should be client-side compatible with) several upload progress modules including ones used by leading web servers. It allows any Moneta backing store in addition to DRb. debian/compat0000644000000000000000000000000212200416614010360 0ustar 7 debian/README.Debian0000644000000000000000000000054712200416614011231 0ustar upr for Debian ============== Examples shipped in the `examples` directory of the original source are not shipped in the Debian package. They could probably be distributed, but this would require an important effort. These examples are made from various embedded JavaScript libraries and from code snippets which do not properly list copyright information. debian/copyright0000644000000000000000000000612712200416614011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: upr Source: http://upr.bogomips.org/ Files: * Copyright: 2009 upr hackers License: Ruby or GPL-2 Files: setup.rb Copyright: 2000-2005 Minero Aoki License: LGPL-2.1 On Debian systems, full text of the Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. License: GPL-2 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'. License: Ruby 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], 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 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Files: debian/* Copyright: These files ain't copyrighted License: public-domain These files are in Public Domain.. debian/changelog0000644000000000000000000000122012200416614011027 0ustar ruby-upr (0.3.0-1) unstable; urgency=low * New upstream version: - Drop 0001-Update-Upr-Monitor-to-use-Moneta-0.7-API.patch, merged upstream. -- Jérémy Bobbio Wed, 07 Aug 2013 12:12:21 +0200 ruby-upr (0.2.0-2) unstable; urgency=low [ Cédric Boutillier ] * Use canonical URI in Vcs-* fields. [ Jérémy Bobbio ] * Fix FTBFS by switching to the 0.7 API of Moneta. (Closes: #713157) -- Jérémy Bobbio Sun, 23 Jun 2013 13:14:39 +0200 ruby-upr (0.2.0-1) unstable; urgency=low * Initial release (Closes: #703105) -- Jérémy Bobbio Mon, 18 Mar 2013 16:33:34 +0100 debian/source/0000755000000000000000000000000012200416614010462 5ustar debian/source/format0000644000000000000000000000001412200416614011670 0ustar 3.0 (quilt) debian/ruby-upr.docs0000644000000000000000000000001412200416614011614 0ustar README NEWS debian/watch0000644000000000000000000000013312200416614010210 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/upr .*/upr-(.*).tar.gz debian/ruby-tests.rb0000644000000000000000000000010312200416614011622 0ustar $: << 'lib' << '.' Dir['test/**/test_*.rb'].each { |f| require f } debian/README.source0000644000000000000000000000037712200416614011350 0ustar Packaging notes for upr for Debian ================================== Examples shipped in the `examples` directory of the original source are stripped from this package using git-import-orig filter mechanism. See `debian/gbp.conf` for the configuration.