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.