debian/0000755000000000000000000000000011755401525007173 5ustar debian/source/0000755000000000000000000000000011634770752010502 5ustar debian/source/format0000644000000000000000000000001411634770752011710 0ustar 3.0 (quilt) debian/control0000644000000000000000000000157211755401444010603 0ustar Source: lcrt Section: net Priority: optional Maintainer: Asias He Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libgtk2.0-dev, libvte-dev, libsqlite3-dev Standards-Version: 3.9.3 Homepage: http://code.google.com/p/lcrt Vcs-Git: git://git.debian.org/collab-maint/lcrt.git Vcs-Browser: http://git.debian.org/?p=collab-maint/lcrt.git DM-Upload-Allowed: yes Package: lcrt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client Description: graphic Linux remote login tool lcrt is a Linux remote login tool. Just like ssh or telnet, but it has a GUI and can manage many connections. User can use it to save connection information such as hostname, username and, optionally, password, and auto login next time. lcrt also can clone a connected session, so user can open many connections quickly. debian/docs0000644000000000000000000000001411634770752010050 0ustar NEWS README debian/copyright0000644000000000000000000000203511634770752011135 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: lcrt Source: http://code.google.com/p/lcrt/downloads/list Files: * Copyright: 2011 Niu Tao License: GPL-2.0+ Files: debian/* Copyright: 2011 Asias He License: GPL-2.0+ License: GPL-2.0+ This package 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 2 of the License, or (at your option) any later version. . This package 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/compat0000644000000000000000000000000211634770752010400 0ustar 7 debian/changelog0000644000000000000000000000153211755401511011041 0ustar lcrt (1.1.2-1) unstable; urgency=low * New upstream release. * Bump standard version -- Asias He Fri, 18 May 2012 15:59:58 +0800 lcrt (1.1.1-1) unstable; urgency=low * New upstream release. -- Asias He Thu, 22 Sep 2011 20:22:15 +0800 lcrt (1.1.0-1) unstable; urgency=low * New upstream release. * Fix "[lcrt] missing space in extended description" (Closes: #626089) -- Asias He Sat, 17 Sep 2011 09:05:43 +0800 lcrt (1.0.5-1) unstable; urgency=low * New upstream * Fix "[lcrt] "linux" not capitalized in descriptions" (Closes: #625274) -- Asias He Sun, 08 May 2011 19:26:55 +0800 lcrt (1.0.4-1) unstable; urgency=low * Initial release (Closes: #620202) -- Asias He Sat, 16 Apr 2011 10:10:34 +0800 debian/watch0000644000000000000000000000010611634770752010230 0ustar version=3 http://googlecode.debian.net/p/lcrt/lcrt-([0-9].*)\.tar\.gz debian/rules0000755000000000000000000000072511634770752010266 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 LDFLAGS = -Wl,--as-needed %: dh $@