Ask a Question related to Debian, Design and Development.
-
Nick Hastings #1
Re: apt and changelogs
Hi,
* Derrick 'dman' Hudson <dman@dman13.dyndns.org> [030805 11:33]:Or even> On Mon, Aug 04, 2003 at 06:10:19PM -0500, Matt Peter wrote:
> | hello,
> |
> | Is there a debian-way of viewing the changelog for an app? I can
> | usually find them .gz'd up on my system, but it's a hassle, is there
> | any simple way to view a changelog?
>
> Is
> $ vim /usr/share/doc/<foo>/changelog.Debian.gz
> really such a hassle?
>
> Or, if you prefer
> $ zcat /usr/share/doc/<foo>/changelog.Debian.gz | $PAGER
$ zless /usr/share/doc/<foo>/changelog.Debian.gz
how about making a one line script:
#!/bin/sh
zless /usr/share/doc/$1/changelog.Debian.gz
Cheers,
Nick.
--
Debian testing/unstable
Linux twofish 2.6.0-test1-looxt93c7 #1 Thu Jul 31 17:37:06 JST 2003
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Nick Hastings Guest
-
Matt Peter #2
apt and changelogs
hello,
Is there a debian-way of viewing the changelog for an app? I can
usually find them .gz'd up on my system, but it's a hassle, is there
any simple way to view a changelog?
-matt
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Matt Peter Guest
-
Derrick 'dman' Hudson #3
Re: apt and changelogs
On Mon, Aug 04, 2003 at 06:10:19PM -0500, Matt Peter wrote:
| hello,
|
| Is there a debian-way of viewing the changelog for an app? I can
| usually find them .gz'd up on my system, but it's a hassle, is there
| any simple way to view a changelog?
Is
$ vim /usr/share/doc/<foo>/changelog.Debian.gz
really such a hassle?
Or, if you prefer
$ zcat /usr/share/doc/<foo>/changelog.Debian.gz | $PAGER
vim will automatically gunzip a .gz file when you tell it to open it.
zcat is just like cat, except it gunzips the file first.
HTH,
-D
--
Consider what God has done:
Who can straighten what He has made crooked?
Ecclesiastes 7:13
[url]http://dman13.dyndns.org/~dman/[/url]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see [url]http://www.gnupg.org[/url]
iEYEARECAAYFAj8vFfEACgkQiB6vp1xAVUCYmgCggeSxSbHhzG G1FvCS5BJPgBJj
TUUAn1joGjbSIUol7fSgFNmX/A/wNfRN
=LZZA
-----END PGP SIGNATURE-----
Derrick 'dman' Hudson Guest
-
mody@quick.cz #4
Re: apt and changelogs
On Tue, Aug 05, 2003 at 01:54:14AM +0100, Hugh Saunders wrote:
Which is not installable on testing. :-( I miss is!> or install apt-listchanges
Mody
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/L6LahpEhfhIEVxQRAmIVAKCmXChK9bx+nWN3f6haHEabikg3dA CfZpL0
5m+6Dcm80y9+37UXKbsZuCQ=
=8sRi
-----END PGP SIGNATURE-----
mody@quick.cz Guest
-
Colin Watson #5
Re: apt and changelogs
On Tue, Aug 05, 2003 at 07:36:26PM -0400, David Corbin wrote:
A fair bit of the dependency tree above apt is broken in testing at the> On Monday 04 August 2003 20:54, Hugh Saunders wrote:>> > or install apt-listchanges
> It fails for me, with this:
>
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> apt-listchanges: Depends: python (>= 2.2.2) but 2.1.3-3.2 is to be installed
> Depends: python-apt but it is not going to be installed
> E: Broken packages
>
> Is this a local problem of mine, or debian problem?
moment. It's being worked on.
Cheers,
--
Colin Watson [cjwatson@flatline.org.uk]
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Colin Watson Guest



Reply With Quote

