File: Changes

package info (click to toggle)
apt-show-source 0.11%2Bnmu1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 72 kB
  • sloc: perl: 180; makefile: 50
file content (43 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (5)
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
Revision history for apt-show-source.

* Tue Jul 17 20:16:22 CEST 2001 Stefan Hornburg (Racke) <racke@linuxia.de>
Avoid Perl warnings if package exists, but no source package found.

* Wed Apr  4 10:45:44 CEST 2001 Dennis Schn <dennis@debian.org>
Added new sort routine.
fixes bug #92221: report bug doesn't handle all version strings 
new version 0.06 released

* Wed Mar 14 00:57:18 EST 2001 Dennis Schn <dennis@debian.org>
fixed bug #70925: apt-show-source: Doesn't look for the latest source package
If we have more than one source-version of a programm we now correctly use
the highest one.

Now prints out only packages with _higher_ source-version numbers. Note
that until 0.04 we display everything with _different_ source-version numbers.

new version 0.05 released

* Thu Mar  8 23:29:08 PST 2001 Dennis Schn <dennis@debian.org>
fixed bug #88528: apt-show-source's default lists path not correct
Added error message when no sources lists are found.
new version 0.04 released

* Fri Oct 20 17:01:02 CEST 2000 Dennis Schn <dennis@debian.org>
apt-show-source v0.03 released

* Sat Sep 30 15:05:22 CEST 2000 Stefan Hornburg <racke@linuxia.de>
option --version-only added, POD typos and style somewhat fixed

* Wed Aug 30 14:42:00 CEST 2000 Dennis Schoen <dennis@debian.org>
apt-show-source v0.01 released

* Sat Sep  2 17:17:54 CEST 2000 Dennis Schoen <dennis@debian.org>
fixed bug in parse_file() where correct status was not parsed.

* Sat Sep  2 17:17:54 CEST 2000 Dennis Schoen <dennis@debian.org>
added method print_package

* Sat Sep  2 17:17:54 CEST 2000 Dennis Schoen <dennis@debian.org>
added support for printing out source-package Information with -p
even if package is not installed.