New upstream release, added a conflicts/replace because of the manpage is the wrong binary

This commit is contained in:
Sebastien Bacher
2004-07-26 08:45:17 +00:00
parent dfb35c8d08
commit ef693da8b3
6 changed files with 25 additions and 5 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
gtk+2.0 (2.4.4-1) unstable; urgency=low
* New upstream release
- fix the problem with directories displayed twice in the file chooser
(Closes: #249057).
* debian/control.in:
- libgtk2.0-bin Conflicts with old libgtk2.0-dev.
-- Sebastien Bacher <seb128@debian.org> Sun, 11 Jul 2004 00:33:45 +0200
gtk+2.0 (2.4.3-3) unstable; urgency=low
* debian/control.in:
- since manpages have moved from libgtk2.0-dev to libgtk2.0-bin we need
to update the Replaces.
-- Sebastien Bacher <seb128@debian.org> Mon, 5 Jul 2004 21:15:25 +0200
gtk+2.0 (2.4.3-2) unstable; urgency=low gtk+2.0 (2.4.3-2) unstable; urgency=low
* debian/libgtk2.0-bin.files: * debian/libgtk2.0-bin.files:

3
debian/control vendored
View File

@ -39,7 +39,8 @@ Package: libgtk2.0-bin
Section: misc Section: misc
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Replaces: libgtk2.0-common (<= 2.4.0-3) Replaces: libgtk2.0-common (<= 2.4.0-3), libgtk2.0-dev (<= 2.4.3-1)
Conflicts: libgtk2.0-dev (<= 2.4.3-1)
Description: The programs for the GTK+ graphical user interface library Description: The programs for the GTK+ graphical user interface library
The GTK+ is a multi-platform toolkit for creating graphical user The GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, the GTK+ is suitable interfaces. Offering a complete set of widgets, the GTK+ is suitable

3
debian/control.in vendored
View File

@ -39,7 +39,8 @@ Package: libgtk2.0-bin
Section: misc Section: misc
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Replaces: libgtk2.0-common (<= 2.4.0-3) Replaces: libgtk2.0-common (<= 2.4.0-3), libgtk2.0-dev (<= 2.4.3-1)
Conflicts: libgtk2.0-dev (<= 2.4.3-1)
Description: The programs for the GTK+ graphical user interface library Description: The programs for the GTK+ graphical user interface library
The GTK+ is a multi-platform toolkit for creating graphical user The GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, the GTK+ is suitable interfaces. Offering a complete set of widgets, the GTK+ is suitable

2
debian/rules vendored
View File

@ -39,7 +39,7 @@ modver=$(major).$(minor).0
glibver=2.0 glibver=2.0
atkver=1.0 atkver=1.0
pangover=1.0 pangover=1.0
shver=2.4.3 shver=2.4.4
libpath=$(CURDIR)/$(BUILD_SHARED_DIR)/gdk-pixbuf/.libs:$(CURDIR)/$(BUILD_SHARED_DIR)/gdk/.libs:$(CURDIR)/$(BUILD_SHARED_DIR)/gtk/.libs libpath=$(CURDIR)/$(BUILD_SHARED_DIR)/gdk-pixbuf/.libs:$(CURDIR)/$(BUILD_SHARED_DIR)/gdk/.libs:$(CURDIR)/$(BUILD_SHARED_DIR)/gtk/.libs

2
debian/scripts/vars vendored
View File

@ -8,7 +8,7 @@
SOURCE_DIR=build-tree SOURCE_DIR=build-tree
# For a single pkg, this is the directory that is embedded in the tarball. # For a single pkg, this is the directory that is embedded in the tarball.
# For multiple pkgs, this is null. # For multiple pkgs, this is null.
TAR_DIR=gtk+-2.4.3 TAR_DIR=gtk+-2.4.4
# Where to place all the stamp files. This directory can be removed, and # Where to place all the stamp files. This directory can be removed, and
# all the targets will then be rerun. # all the targets will then be rerun.
STAMP_DIR=debian/stampdir STAMP_DIR=debian/stampdir

2
debian/sources vendored
View File

@ -1 +1 @@
upstream tar ../gtk+-2.4.3.tar.gz upstream tar ../gtk+-2.4.4.tar.gz