git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] Cogito-0.13
@ 2005-08-05  2:03 Petr Baudis
  2005-08-05  2:39 ` Chris Wright
  2005-08-11 10:20 ` [PATCH] update Debian packaging for cogito Matthias Urlichs
  0 siblings, 2 replies; 6+ messages in thread
From: Petr Baudis @ 2005-08-05  2:03 UTC (permalink / raw)
  To: git

  Hi,

  I'm happy to announce release 0.13 of the Cogito SCMish layer over the
GIT Tree History Storage tool. As usual, get it at:

	http://www.kernel.org/pub/software/scm/cogito

  Highlights:

	* Cogito is now alone!
		GIT is no longer part of Cogito distribution.
		That means you need to get and install it separately.
		It is recommended to use at least 0.99.3. The newer
		the better (hopefully).

	* Partial support for invoking commands from subdirectories
		This works only for very few commands yet
		(cg-diff, cg-status, cg-add, cg-rm), but I'm working
		on it.  Other commands will just refuse to run if you
		call them from a subdirectory.
	* .gitignore support in cg-status
	* cg-info is not anymore; its output is part of cg-status
	* cg-restore -f will overwrite even local modifications

	* Portability fixes
	* Plenty of other bugfixes

  Have fun,

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
If you want the holes in your knowledge showing up try teaching
someone.  -- Alan Cox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] Cogito-0.13
  2005-08-05  2:03 [ANNOUNCE] Cogito-0.13 Petr Baudis
@ 2005-08-05  2:39 ` Chris Wright
  2005-08-11 10:20 ` [PATCH] update Debian packaging for cogito Matthias Urlichs
  1 sibling, 0 replies; 6+ messages in thread
From: Chris Wright @ 2005-08-05  2:39 UTC (permalink / raw)
  To: Petr Baudis; +Cc: git

* Petr Baudis (pasky@suse.cz) wrote:
> 	* Cogito is now alone!
> 		GIT is no longer part of Cogito distribution.
> 		That means you need to get and install it separately.
> 		It is recommended to use at least 0.99.3. The newer
> 		the better (hopefully).

That's great.  RPMs uploading to:

 	http://www.kernel.org/pub/software/scm/cogito/RPMS

I think we can make this a noarch rpm since it's scripts only now.

thanks,
-chris

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] Cogito-0.13
@ 2005-08-05 17:28 Jay Denebeim
  2005-08-05 18:26 ` Chris Wright
  0 siblings, 1 reply; 6+ messages in thread
From: Jay Denebeim @ 2005-08-05 17:28 UTC (permalink / raw)
  To: git

Um, guys...

If you want to have a dependency on git-core >= 0.99.3 you need to 
actually like, you know, put it on-line as well.  Just did a yum update, 
fails with:

error: Failed dependencies:
         git-core >= 0.99.3 is needed by cogito-0.13-1

But on the git repository the git-core == 0.99.1

might wanna fix that.  (and man is google fast)

Jay

-- 
* Jay Denebeim  Moderator       rec.arts.sf.tv.babylon5.moderated *
* newsgroup submission address: b5mod@deepthot.org                *
* moderator contact address:    b5mod-request@deepthot.org        *
* personal contact address:     denebeim@deepthot.org             *

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] Cogito-0.13
  2005-08-05 17:28 [ANNOUNCE] Cogito-0.13 Jay Denebeim
@ 2005-08-05 18:26 ` Chris Wright
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Wright @ 2005-08-05 18:26 UTC (permalink / raw)
  To: Jay Denebeim; +Cc: git

* Jay Denebeim (denebeim@deepthot.org) wrote:
> Um, guys...
> 
> If you want to have a dependency on git-core >= 0.99.3 you need to 
> actually like, you know, put it on-line as well.  Just did a yum update, 
> fails with:
> 
> error: Failed dependencies:
>         git-core >= 0.99.3 is needed by cogito-0.13-1
> 
> But on the git repository the git-core == 0.99.1
> 
> might wanna fix that.  (and man is google fast)

I've uploaded the rpms yesterday, but they haven't been staged for
mirroring yet.

thanks,
-chris

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] Cogito-0.13
       [not found] ` <42F3A6B1.1060605@de.bosch.com>
@ 2005-08-06 18:30   ` Petr Baudis
  0 siblings, 0 replies; 6+ messages in thread
From: Petr Baudis @ 2005-08-06 18:30 UTC (permalink / raw)
  To: Dirk Behme; +Cc: git

Dear diary, on Fri, Aug 05, 2005 at 07:49:37PM CEST, I got a letter
where Dirk Behme <dirk.behme@de.bosch.com> told me that...
> Hi Petr,
> 
> Petr Baudis wrote:
> >  I'm happy to announce release 0.13 of the Cogito SCMish layer over the
> >GIT Tree History Storage tool. As usual, get it at:
> >
> >    http://www.kernel.org/pub/software/scm/cogito
> 
> Any plans to switch cogito (cg-pull) to curl only as well? As I
> understand it, git has already moved from wget to curl only.
> 
> http://marc.theaimsgroup.com/?l=git&m=112292041713192&w=2
> 
> For using cogito & git behind a firewall and http proxy which needs
> special authentication I think this is the only option. Unfortunately,
> wget and curl have different understandig how to get proxy user &
> password and therefore this doesn't work at the moment.

Cogito needs recursive download in order to pull patches. If you can
make curl do that, it would be cool.

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
If you want the holes in your knowledge showing up try teaching
someone.  -- Alan Cox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] update Debian packaging for cogito
  2005-08-05  2:03 [ANNOUNCE] Cogito-0.13 Petr Baudis
  2005-08-05  2:39 ` Chris Wright
@ 2005-08-11 10:20 ` Matthias Urlichs
  1 sibling, 0 replies; 6+ messages in thread
From: Matthias Urlichs @ 2005-08-11 10:20 UTC (permalink / raw)
  To: git

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 <smurf@debian.org>  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   |  smurf@smurf.noris.de
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-11 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-05  2:03 [ANNOUNCE] Cogito-0.13 Petr Baudis
2005-08-05  2:39 ` Chris Wright
2005-08-11 10:20 ` [PATCH] update Debian packaging for cogito Matthias Urlichs
  -- strict thread matches above, loose matches on Subject: below --
2005-08-05 17:28 [ANNOUNCE] Cogito-0.13 Jay Denebeim
2005-08-05 18:26 ` Chris Wright
     [not found] <42F2F51D.5040905@de.bosch.com>
     [not found] ` <42F3A6B1.1060605@de.bosch.com>
2005-08-06 18:30   ` Petr Baudis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).