debian/0000755000000000000000000000000012211227357007170 5ustar debian/changelog0000644000000000000000000000024512211227357011043 0ustar vramsteg (1.0.1-1) unstable; urgency=low * Initial release (Closes: #719600). -- Alejandro Garrido Mota Tue, 13 Aug 2013 15:39:07 +0200 debian/source/0000755000000000000000000000000012211227357010470 5ustar debian/source/format0000644000000000000000000000001412211227357011676 0ustar 3.0 (quilt) debian/vramsteg.manpages0000644000000000000000000000002212211227357012527 0ustar debian/vramsteg.1 debian/rules0000755000000000000000000000310312211227357010245 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: sed -i 's/\.\.\/src\/vramsteg/\/usr\/bin\/vramsteg/g' examples/* cp $(CURDIR)/doc/man/vramsteg.1.in debian/vramsteg.1 dh_auto_install rm -f $(TMP)/usr/share/doc/vramsteg/COPYING \ $(TMP)/usr/share/doc/vramsteg/INSTALL \ $(TMP)/usr/share/doc/vramsteg/minimal_default \ $(TMP)/usr/share/doc/vramsteg/estimate_default \ $(TMP)/usr/share/doc/vramsteg/label_default \ $(TMP)/usr/share/doc/vramsteg/remove_mono \ $(TMP)/usr/share/doc/vramsteg/elapsed_mono \ $(TMP)/usr/share/doc/vramsteg/basic_mono \ $(TMP)/usr/share/doc/vramsteg/percentage_default \ $(TMP)/usr/share/doc/vramsteg/remove_default \ $(TMP)/usr/share/doc/vramsteg/percentage_text \ $(TMP)/usr/share/doc/vramsteg/all_text \ $(TMP)/usr/share/doc/vramsteg/basic_default \ $(TMP)/usr/share/doc/vramsteg/elapsed_default \ $(TMP)/usr/share/doc/vramsteg/label_text \ $(TMP)/usr/share/doc/vramsteg/minimal_mono \ $(TMP)/usr/share/doc/vramsteg/percentage_mono \ $(TMP)/usr/share/doc/vramsteg/all_mono \ $(TMP)/usr/share/doc/vramsteg/label_mono \ $(TMP)/usr/share/doc/vramsteg/all_default \ $(TMP)/usr/share/doc/vramsteg/basic_text \ $(TMP)/usr/share/doc/vramsteg/estimate_mono \ $(TMP)/usr/share/doc/vramsteg/estimate_text \ $(TMP)/usr/share/doc/vramsteg/remove_text \ $(TMP)/usr/share/doc/vramsteg/elapsed_text \ $(TMP)/usr/share/doc/vramsteg/minimal_text override_dh_installexamples: dh_installexamples rm -f $(TMP)/usr/share/doc/vramsteg/examples/CMakeLists.txt debian/watch0000644000000000000000000000015512211227357010222 0ustar version=3 http://tasktools.org/projects/vramsteg.html http://taskwarrior.org/download/vramsteg-(.*)\.tar\.gz debian/vramsteg.examples0000644000000000000000000000001312211227357012552 0ustar examples/* debian/vramsteg.doc0000644000000000000000000000001412211227357011502 0ustar NEWS README debian/compat0000644000000000000000000000000212211227357010366 0ustar 9 debian/copyright0000644000000000000000000000355512211227357011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vramsteg Source: http://tasktools.org/projects/vramsteg.html Files: * Copyright: 2010-2013, Paul Beckingham, Federico Hernandez License: MIT Files: doc/man/* src/vramsteg.cpp Copyright: 2010-2013, Göteborg Bit Factory, Paul Beckingham, Federico Hernandez License: MIT Files: debian/* Copyright: 2013 Alejandro Garrido Mota 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. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. 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 deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000125412211227357010575 0ustar Source: vramsteg Section: utils Priority: extra Maintainer: Alejandro Garrido Mota Build-Depends: debhelper (>= 9), cmake Standards-Version: 3.9.4 Homepage: http://tasktools.org/projects/vramsteg.html Vcs-Git: git://github.com/mogaal/vramsteg.git Vcs-Browser: https://github.com/mogaal/vramsteg Package: vramsteg Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: provide shell scripts with a full-featured progress indicator vramsteg provide progress bar that can display elapsed time, remaining time estimate, percentage completed, and labels. The progress bar can have user-specified colors, and be rendered in multiple styles.