Ask a Question related to Debian, Design and Development.

  1. #1

    Default Re: apt and changelogs

    Hi,

    * Derrick 'dman' Hudson <dman@dman13.dyndns.org> [030805 11:33]:
    > 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
    Or even

    $ 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

  2. #2

    Default 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

  3. #3

    Default 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

  4. #4

    Default Re: apt and changelogs

    On Tue, Aug 05, 2003 at 01:54:14AM +0100, Hugh Saunders wrote:
    > or install apt-listchanges
    Which is not installable on testing. :-( I miss is!

    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

  5. #5

    Default Re: apt and changelogs

    On Tue, Aug 05, 2003 at 07:36:26PM -0400, David Corbin wrote:
    > 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?
    A fair bit of the dependency tree above apt is broken in testing at the
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139