--- ncdu-1.9.orig/debian/rules +++ ncdu-1.9/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- ncdu-1.9.orig/debian/copyright +++ ncdu-1.9/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Luca Bedogni on +Fri, 6 Apr 2007 16:31:31 +0200. + +It was downloaded from http://dev.yorhel.nl/ncdu/ + +Upstream Author: Yoran Heling + +Copyright: 2007-2012 Yoran Heling +Copyright: 2008, 2009, 2011 by Attractive Chaos + +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. + +The Debian packaging is + +(C) 2007, Luca Bedogni +(C) 2009-2012 Eugene V. Lyubimkin + +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- ncdu-1.9.orig/debian/manpages +++ ncdu-1.9/debian/manpages @@ -0,0 +1 @@ +ncdu.1 --- ncdu-1.9.orig/debian/control +++ ncdu-1.9/debian/control @@ -0,0 +1,16 @@ +Source: ncdu +Section: admin +Priority: optional +Maintainer: Eugene V. Lyubimkin +Build-Depends: debhelper (>= 7), autotools-dev, + libncurses5-dev, libncursesw5-dev +Standards-Version: 3.9.4 +Homepage: http://dev.yorhel.nl/ncdu/ + +Package: ncdu +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: ncurses disk usage viewer + Ncdu is a ncurses-based du viewer. It provides a fast and easy-to-use interface + through famous du utility. It allows one to browse through the directories and + show percentages of disk usage with ncurses library. --- ncdu-1.9.orig/debian/compat +++ ncdu-1.9/debian/compat @@ -0,0 +1 @@ +7 --- ncdu-1.9.orig/debian/watch +++ ncdu-1.9/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://dev.yorhel.nl/download/ncdu-(.*)\.tar.gz --- ncdu-1.9.orig/debian/changelog +++ ncdu-1.9/debian/changelog @@ -0,0 +1,111 @@ +ncdu (1.9-1~lucid1~ppa1) lucid; urgency=low + + * No-change backport to lucid + + -- Daniel Hahler Sun, 24 Feb 2013 14:41:00 +0100 + +ncdu (1.9-1) experimental; urgency=low + + * New upstream release. + * debian/copyright: + - Updated copyright years. + * debian/control: + - Bumped Standards-Version to 3.9.4, no changes needed. + * debian/manpages: + - Upstream man page was moved out of doc/. + + -- Eugene V. Lyubimkin Mon, 01 Oct 2012 20:16:11 +0300 + +ncdu (1.8-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - A spelling fix, suggested by lintian. + - Bumped Standards-Version to 3.9.2, no changes needed. + * debian/copyright: + - Updated upstream copyright years. + - Clarified the own packaging copyrights. + + -- Eugene V. Lyubimkin Sat, 19 Nov 2011 14:05:55 +0200 + +ncdu (1.7-2) unstable; urgency=low + + * Upload to unstable. + + -- Eugene V. Lyubimkin Sun, 13 Feb 2011 16:30:28 +0200 + +ncdu (1.7-1) experimental; urgency=low + + * New upstream release. + * debian/control: + - Bumped 'Standards-Version' to 3.9.1, no changes needed. + + -- Eugene V. Lyubimkin Tue, 17 Aug 2010 17:44:23 +0300 + +ncdu (1.6-1) unstable; urgency=low + + * New upstream release. + - Handles properly Unicode characters in the file names. (Closes: #460568) + * debian/control: + - Added build-dependency on 'libncursesw5-dev'. + + -- Eugene V. Lyubimkin Mon, 26 Oct 2009 10:44:05 +0200 + +ncdu (1.5-1) unstable; urgency=low + + * New maintainer. Thanks for work, Luca Bedogni. (Closes: #550266) + - Fixed segfault on empty directory. (Closes: #472294) + - Use IEEE 1541 GiB not GB units. (Closes: #539553) + * New upstream release. (Closes: #522307, #531845) + * debian/patches: + - Removed, all fixes applied upstream. + * debian/rules: + - Rewritten using debhelper 7. + * debian/control: + - Bumped build-dependency on debhelper to (>= 7). + - Dropped weird build-dependency on debconf. + - Dropped build-dependency on dpatch. + - Bumped Standards-Version to 3.8.3, no changes needed. + - Tiny capitalness correction in the long description. + * debian/compat: + - Bumped to 7. + * debian/watch: + - Removed auto-uupdate command, useless for me. + + -- Eugene V. Lyubimkin Mon, 12 Oct 2009 13:36:53 +0300 + +ncdu (1.3-2) unstable; urgency=low + + * Added dpatch as a dependency. + * Now the directory is listed with a leading and closing blankspace (Closes: + #472194). + * Bumped standard version to 3.7.3 + * Added Homepage tag and removed from the long description + + -- Luca Bedogni Mon, 26 May 2008 15:24:59 +0200 + +ncdu (1.3-1) unstable; urgency=low + + * New upstream release + + -- Luca Bedogni Wed, 08 Aug 2007 20:11:52 +0200 + +ncdu (1.2-1) unstable; urgency=low + + * New upstream releas + * Modified the $(MAKE) distclean call in debian/rules according to lintian + + -- Luca Bedogni Wed, 25 Jul 2007 08:52:56 +0200 + +ncdu (1.1-1) unstable; urgency=low + + * New upstream release + * Added watch file + + -- Luca Bedogni Mon, 30 Apr 2007 20:04:35 +0200 + +ncdu (1.0-1) unstable; urgency=low + + * Initial release (Closes: #418047) + + -- Luca Bedogni Fri, 6 Apr 2007 16:31:31 +0200