debian/0000755000000000000000000000000011601202012007147 5ustar debian/control0000644000000000000000000000100411534776335010602 0ustar Source: git-sh Maintainer: Alex Morega Section: vcs Priority: optional Standards-Version: 3.9.1 Build-Depends: debhelper (>= 7.3.8) Homepage: http://rtomayko.github.com/git-sh/ Package: git-sh Architecture: all Depends: ${misc:Depends}, git Description: a git shell git-sh starts an interactive bash(1) session modified for git-heavy workflows. Typical usage is to change into the directory of a git work tree or bare repository and run the git-sh command to start an interactive shell session. debian/changelog0000644000000000000000000000021411534776335011053 0ustar git-sh (1.1-1) unstable; urgency=low * Initial release (Closes: #590440) -- Alex Morega Sun, 6 Mar 2011 22:12:40 +0200 debian/source/0000755000000000000000000000000011534764125010476 5ustar debian/source/format0000644000000000000000000000001411534764125011704 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021711534776335010235 0ustar # Compulsory line, this is a version 3 file version=3 # github repository http://githubredir.debian.net/github/rtomayko/git-sh/ (.*)\.tar\.gz debian/patches/0000755000000000000000000000000011601202253010605 5ustar debian/patches/fix-prefix.patch0000644000000000000000000000035711534776335013742 0ustar Install git-sh in /usr instead of /usr/local --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL = /bin/sh DESTDIR = -PREFIX = $(DESTDIR)/usr/local +PREFIX = $(DESTDIR)/usr execdir = $(PREFIX)/bin datadir = $(PREFIX)/share debian/patches/series0000644000000000000000000000006111534776335012045 0ustar fix-manpage-macro-warning.patch fix-prefix.patch debian/patches/fix-manpage-macro-warning.patch0000644000000000000000000000037611534776335016620 0ustar Prepend comment to line that looks like roff macro --- a/git-sh.1.roff +++ b/git-sh.1.roff @@ -187,7 +187,7 @@ .IP "" 0 . .P -... you might then have the following shell session: +\\... you might then have the following shell session: . .IP "" 4 . debian/copyright0000644000000000000000000000411111534776335011134 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=168 Upstream-Contact: Ryan Tomayko (http://tomayko.com/) Source: https://github.com/rtomayko/git-sh/ Files: * Copyright: 2008 - 2010 Ryan Tomayko (http://tomayko.com/) 2008 Aristotle Pagaltzis (http://plasmasturm.org/) License: GPL-2+ Files: git-completion.bash Copyright: 2006, 2007 Shawn O. Pearce License: GPL-2 Files: debian/* Copyright: 2011 Alex Morega (http://grep.ro/) License: GPL-2+ License: GPL-2+ 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 2 of the License, or (at your option) any later version. . This program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. X-Comment: on Debian systems, the full text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. . This program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. X-Comment: on Debian systems, the full text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". debian/rules0000755000000000000000000000006211534776335010262 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ debian/docs0000644000000000000000000000002011534776335010047 0ustar README.markdown debian/compat0000644000000000000000000000000211534764125010374 0ustar 7