New upstream release, added a conflicts/replace because of the manpage is the wrong binary
This commit is contained in:
18
debian/changelog
vendored
18
debian/changelog
vendored
@ -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
3
debian/control
vendored
@ -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
3
debian/control.in
vendored
@ -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
2
debian/rules
vendored
@ -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
2
debian/scripts/vars
vendored
@ -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
2
debian/sources
vendored
@ -1 +1 @@
|
|||||||
upstream tar ../gtk+-2.4.3.tar.gz
|
upstream tar ../gtk+-2.4.4.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user