From 40ba4286badf43c28da9383f6184568266334867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sat, 29 Jul 2006 16:58:07 +0000 Subject: [PATCH] * Let libgtop2-common also replace the venerable libgtop2. (Closes: #380350) --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1d84e11e..6757cc8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgtop2 (2.14.1-3) unstable; urgency=low + + * Let libgtop2-common also replace the venerable libgtop2. (Closes: #380350) + + -- Loic Minier Sat, 29 Jul 2006 18:57:02 +0200 + libgtop2 (2.14.1-2) unstable; urgency=low * Make libgtop2-common arch: all instead of arch: any. diff --git a/debian/control b/debian/control index 1baf1fe8..121587a7 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Description: gtop system monitoring library Package: libgtop2-common Architecture: all Section: libs -Replaces: libgtop2-5, libgtop2-4, libgtop2-2 +Replaces: libgtop2-5, libgtop2-4, libgtop2-2, libgtop2 Description: common files for the gtop system monitoring library The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. diff --git a/debian/control.in b/debian/control.in index 622cc779..40d27f12 100644 --- a/debian/control.in +++ b/debian/control.in @@ -30,7 +30,7 @@ Description: gtop system monitoring library Package: libgtop2-common Architecture: all Section: libs -Replaces: libgtop2-5, libgtop2-4, libgtop2-2 +Replaces: libgtop2-5, libgtop2-4, libgtop2-2, libgtop2 Description: common files for the gtop system monitoring library The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment.