--- clex-3.15.orig/debian/changelog +++ clex-3.15/debian/changelog @@ -0,0 +1,53 @@ +clex (3.15-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Updated DH to level 10. (Closes: #817392) + * debian/control: + - Added ${misc:Depends} on Depends field. + - Added Homepage field. (Closes: #690122) + - Bumped Standards-Version to 3.9.8. + - Maintainer changed from Gabriel Puliatti to + Rudy Godoy. (Closes: #831560) + * debian/copyright: url to old download migrated from + freshmeat.net to www.clex.sk. + * debian/menu: section migrated to + Applications/File Management. (Closes: #496100) + * debian/watch: created. + + -- Paulo Henrique de Lima Santana (phls) Fri, 07 Oct 2016 15:12:24 -0300 + +clex (3.15-1) unstable; urgency=low + + * New upstream release + + -- Gabriel Puliatti Tue, 10 Oct 2006 21:00:45 -0500 + +clex (3.14-1) unstable; urgency=low + + * New upstream release + - Directories can now be bookmarked. + - Code has been cleaned up. + - New configuration to control whether filesize is displayed in 1000 or + 1024 units. + -- Gabriel Puliatti (predius) Mon, 7 Nov 2005 13:09:45 -0500 + +clex (3.13-2) unstable; urgency=low + + * Made package description verbose Closes: #332299 + + -- Gabriel Puliatti (predius) Sun, 16 Oct 2005 01:16:03 -0500 + +clex (3.13-1) unstable; urgency=low + + * New upstream release + - Redo and Undo functionality increased. + - Fixed bug when same name between directory and command is present. + + -- Gabriel Puliatti (predius) Sun, 2 Oct 2005 01:16:03 -0500 + +clex (3.12-1) unstable; urgency=low + + * Initial release Closes: #320918 + + -- Gabriel Puliatti (predius) Mon, 1 Aug 2005 22:48:37 -0500 + --- clex-3.15.orig/debian/clex.1 +++ clex-3.15/debian/clex.1 @@ -0,0 +1,37 @@ +.TH CLEX 1 +.SH NAME +clex \- file manager +.SH SYNOPSIS +.B clex +.RI [ option ] +.SH "DESCRIPTION" +CLEX is an interactive full-screen file manager. Refer to the +on-line help for more information about usage. +.PP +The on-line help is activated after pressing key. Alternatively +press ctrl-G and a menu will guide you. +.SH OPTIONS +.TP +.B \-a, \-\-admin +Run CLEX in admin mode. System-wide configuration can be customized in +admin mode. Write access to the system-wide configuration file is required. +.TP +.B \-\-version +Display program version and some basic information and exit. +.TP +.B \-\-help +Display help and exit. +.SH NOTES +CLEX uses CURSES library. +.SH FILES +.TP +.I /usr/etc/clexrc +system-wide configuration file +.TP +.I $HOME/.clexrc +personal configuration file +.SH AUTHOR +Copyright (C) 2001-2005 Vlado Potisk + + + --- clex-3.15.orig/debian/compat +++ clex-3.15/debian/compat @@ -0,0 +1 @@ +10 --- clex-3.15.orig/debian/control +++ clex-3.15/debian/control @@ -0,0 +1,16 @@ +Source: clex +Section: misc +Priority: optional +Maintainer: Rudy Godoy +Build-Depends: debhelper (>= 10), autotools-dev, cdbs, libncurses5-dev +Standards-Version: 3.9.8 +Homepage: http://www.clex.sk + +Package: clex +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: command line file manager which uses the ncurses library + Clex is a fully functional textual file-manager. It displays things + like permissions, date of creation, filesize and others when browsing a + directory. Clex also has the ability to accept commands with the + default shell, and showing the output. --- clex-3.15.orig/debian/copyright +++ clex-3.15/debian/copyright @@ -0,0 +1,10 @@ +This package was debianized by Gabriel Puliatti on +Mon, 1 Aug 2005 16:53:46 -0500. + +It was downloaded from http://www.clex.sk/download/ + +Copyright Holder: Vlado Potisk + +License: + +This code is released under the terms of the GPL license. Please read the file /usr/share/common-licenses/GPL for more information. --- clex-3.15.orig/debian/docs +++ clex-3.15/debian/docs @@ -0,0 +1 @@ +README --- clex-3.15.orig/debian/menu +++ clex-3.15/debian/menu @@ -0,0 +1,2 @@ +?package(clex):needs="text" section="Applications/File Management"\ + title="clex" command="/usr/bin/clex" --- clex-3.15.orig/debian/rules +++ clex-3.15/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/class/makefile.mk + + + +DEB_CONFIGURE_EXTRA_FLAGS := --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + --- clex-3.15.orig/debian/watch +++ clex-3.15/debian/watch @@ -0,0 +1,2 @@ +version=4 +http://www.clex.sk/download/clex-(\d\S+)\.tar\.(?:bz2|gz|xz)