Cleaned up Debian files. Conflict with cgvg instead of not installing cg. Pass prefix=/usr to "make install". --- diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +cogito (0.13-1) stable; urgency=low + + * New version. + * Cleaned up Debian files. + * Conflict with cgvg instead of not installing cg. + * Pass prefix=/usr to "make install". + + -- Matthias Urlichs <[EMAIL PROTECTED]> Thu, 11 Aug 2005 12:17:32 +0200 + cogito (0.12.1-1) stable; urgency=low * new version 0.12.1 (needed in order check out Linus' git trees). diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Package: cogito Architecture: any Depends: git-core, ${shlibs:Depends}, patch, diff, rcs Recommends: rsync, curl, wget, rsh-client +Conflicts: cgvg Description: version control system Cogito is the user-friendly front-end to the GIT directory content - manager. This package includes both the low-level GIT tools and the - high-level Cogito programs. + manager. This package includes the high-level Cogito programs. diff --git a/debian/copyright b/debian/copyright --- a/debian/copyright +++ b/debian/copyright @@ -1,3 +1,24 @@ -License: +This package was downloaded via git from +master.kernel.org:/pub/scm/cogito/cogito.git. + +Upstream Author: Petr Baudis + +Copyright: + + 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; version 2 dated June, 1991. + + 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 package; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. -GPL v2 (see COPYING for details) diff --git a/debian/docs b/debian/docs --- a/debian/docs +++ b/debian/docs @@ -1,3 +1 @@ README -COPYING - diff --git a/debian/rules b/debian/rules --- a/debian/rules +++ b/debian/rules @@ -64,8 +64,8 @@ install: build dh_testroot dh_clean -k dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/cogito - $(RM) $(DESTDIR)/usr/bin/cg + $(MAKE) install DESTDIR=$(CURDIR)/debian/cogito prefix=/usr + # $(RM) $(DESTDIR)/usr/bin/cg install -m 0644 Documentation/*.html $(DESTDIR)/usr/share/doc/cogito/html install -m 0644 Documentation/cogito.txt $(DESTDIR)/usr/share/doc/cogito/txt install -m 0644 Documentation/*.7 $(DESTDIR)/usr/share/man/man7
-- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - Wide flush the fields; the softening air is balm; Echo the mountains round; the forest smiles; And every sense and every heart is joy. -- Thomson - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html