gtk+2.0 (2.4.0-4) experimental; urgency=low

* Akira TAGOH <tagoh@debian.org>
  + debian/control:
    - moved arch-independent files to libgtk2.0-common again.
    - separated arch-dependent files to libgtk2.0-bin.
                                                                                
 -- Akira TAGOH <tagoh@debian.org>  Sat, 24 Apr 2004 02:11:52 +0900
This commit is contained in:
Akira TAGOH
2004-04-23 18:42:38 +00:00
parent 48de7fd6df
commit fce4bca1b8
12 changed files with 49 additions and 30 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,12 @@
gtk+2.0 (2.4.0-4) experimental; urgency=low
* Akira TAGOH <tagoh@debian.org>
+ debian/control:
- moved arch-independent files to libgtk2.0-common again.
- separated arch-dependent files to libgtk2.0-bin.
-- Akira TAGOH <tagoh@debian.org> Sat, 24 Apr 2004 02:11:52 +0900
gtk+2.0 (2.4.0-3) experimental; urgency=low gtk+2.0 (2.4.0-3) experimental; urgency=low
* Akira TAGOH <tagoh@debian.org> * Akira TAGOH <tagoh@debian.org>
@ -61,6 +70,15 @@ gtk+2.0 (2.4.0-1) experimental; urgency=low
-- Sebastien Bacher <seb128@debian.org> Mon, 22 Mar 2004 22:00:09 +0100 -- Sebastien Bacher <seb128@debian.org> Mon, 22 Mar 2004 22:00:09 +0100
gtk+2.0 (2.2.4-5) unstable; urgency=low
* Akira TAGOH <tagoh@debian.org>
+ debian/control:
- moved arch-independent files to libgtk2.0-common again.
- separated arch-dependent files to libgtk2.0-bin.
-- Akira TAGOH <tagoh@debian.org> Sat, 24 Apr 2004 01:12:08 +0900
gtk+2.0 (2.2.4-4) unstable; urgency=low gtk+2.0 (2.2.4-4) unstable; urgency=low
* Akira TAGOH <tagoh@debian.org> * Akira TAGOH <tagoh@debian.org>

23
debian/control.in vendored
View File

@ -10,7 +10,7 @@ Standards-Version: 3.6.1.0
Package: libgtk2.0-@SONAME@ Package: libgtk2.0-@SONAME@
Section: libs Section: libs
Architecture: any Architecture: any
Depends: libgtk2.0-common (>= ${Source-Version}), libgtk2.0-data (>= ${Source-Version}), ${shlibs:Depends} Depends: libgtk2.0-common (>= ${Source-Version}), libgtk2.0-bin (>= ${Source-Version}), ${shlibs:Depends}
Conflicts: libgtk2.0-0png3, eog2 (<< 1.0.1-4), gnome-panel2 (<< 2.0.4-1), celestia (<< 1.2.4-4), gimp1.3 (<< 1.3.7-1.1), metatheme (<< 0.9.7-3), libgnomeui-0 (<< 2.0.6-2), gtk2.0-examples (<< 2.2.0), libgdkxft0 Conflicts: libgtk2.0-0png3, eog2 (<< 1.0.1-4), gnome-panel2 (<< 2.0.4-1), celestia (<< 1.2.4-4), gimp1.3 (<< 1.3.7-1.1), metatheme (<< 0.9.7-3), libgnomeui-0 (<< 2.0.6-2), gtk2.0-examples (<< 2.2.0), libgdkxft0
Replaces: libgtk2.0-0png3 Replaces: libgtk2.0-0png3
Description: The GTK+ graphical user interface library Description: The GTK+ graphical user interface library
@ -23,10 +23,10 @@ Description: The GTK+ graphical user interface library
Package: libgtk2.0-common Package: libgtk2.0-common
Section: misc Section: misc
Architecture: any Architecture: all
Depends: ${shlibs:Depends} Depends: ${misc:Depends}
Replaces: libgtk1.3-common Replaces: libgtk1.3-common, libgtk2.0-data
Conflicts: libgtk1.3-common Conflicts: libgtk1.3-common, libgtk2.0-data
Description: Common files for the GTK+ graphical user interface library Description: Common files 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
@ -35,18 +35,19 @@ Description: Common files for the GTK+ graphical user interface library
. .
This package contains the common files which the libraries need. This package contains the common files which the libraries need.
Package: libgtk2.0-data Package: libgtk2.0-bin
Section: misc Section: misc
Architecture: all Architecture: any
Depends: ${misc:Depends} Depends: ${shlibs:Depends}
Replaces: libgtk2.0-common (<= 2.4.0-2) Replaces: libgtk2.0-common (<= 2.4.0-3)
Description: Data files 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
for projects ranging from small one-off tools to complete application for projects ranging from small one-off tools to complete application
suites. suites.
. .
This package contains the data files which the libraries need. This package contains the program files which is used for the libraries
and others.
Package: libgtk2.0-dev Package: libgtk2.0-dev
Section: libdevel Section: libdevel

3
debian/libgtk2.0-bin.dirs vendored Normal file
View File

@ -0,0 +1,3 @@
usr/bin
usr/sbin
etc/gtk-2.0

3
debian/libgtk2.0-bin.files vendored Normal file
View File

@ -0,0 +1,3 @@
usr/bin/gtk-query-immodules-2.0
usr/bin/gdk-pixbuf-query-loaders
etc/gtk-2.0/*

View File

@ -1,3 +1,2 @@
usr/bin usr/share/locale
usr/sbin usr/share/themes
etc/gtk-2.0

View File

@ -1,3 +1,2 @@
usr/bin/gtk-query-immodules-2.0 /usr/share/locale/*
usr/bin/gdk-pixbuf-query-loaders /usr/share/themes/*
etc/gtk-2.0/*

View File

@ -1,2 +0,0 @@
usr/share/locale
usr/share/themes

View File

@ -1,2 +0,0 @@
/usr/share/locale/*
/usr/share/themes/*

18
debian/rules vendored
View File

@ -199,9 +199,9 @@ install: install-static install-shared
# debian files # debian files
install -m 755 $(CURDIR)/debian/update-gtk-immodules \ install -m 755 $(CURDIR)/debian/update-gtk-immodules \
$(CURDIR)/debian/libgtk$(apiver)-common/usr/sbin/ $(CURDIR)/debian/libgtk$(apiver)-bin/usr/sbin/
install -m 755 $(CURDIR)/debian/update-gdkpixbuf-loaders \ install -m 755 $(CURDIR)/debian/update-gdkpixbuf-loaders \
$(CURDIR)/debian/libgtk$(apiver)-common/usr/sbin/ $(CURDIR)/debian/libgtk$(apiver)-bin/usr/sbin/
# don't need executable attribute # don't need executable attribute
for f in `find $(CURDIR)/debian/libgtk$(apiver)-$(soname)$(suffix)/usr/share/themes -type f`; do \ for f in `find $(CURDIR)/debian/libgtk$(apiver)-$(soname)$(suffix)/usr/share/themes -type f`; do \
@ -215,7 +215,7 @@ install: install-static install-shared
-find $(CURDIR)/debian/ -type d -empty | xargs rmdir -p 2>&1 > /dev/null -find $(CURDIR)/debian/ -type d -empty | xargs rmdir -p 2>&1 > /dev/null
# don't delete /etc/gtk-2.0 # don't delete /etc/gtk-2.0
install -d $(CURDIR)/debian/libgtk$(apiver)-common/etc/gtk-$(apiver) install -d $(CURDIR)/debian/libgtk$(apiver)-bin/etc/gtk-$(apiver)
# Build architecture-independent files here. # Build architecture-independent files here.
binary-indep: build install binary-indep: build install
@ -224,7 +224,7 @@ binary-indep: build install
dh_installdocs -i dh_installdocs -i
rm -rf $(CURDIR)/debian/libgtk$(apiver)-data/usr/share/doc/libgtk$(apiver)-data rm -rf $(CURDIR)/debian/libgtk$(apiver)-common/usr/share/doc/libgtk$(apiver)-common
dh_link -plibgtk$(apiver)-doc \ dh_link -plibgtk$(apiver)-doc \
usr/share/doc/libglib$(glibver)-doc/glib \ usr/share/doc/libglib$(glibver)-doc/glib \
@ -238,9 +238,9 @@ binary-indep: build install
dh_link -plibgtk$(apiver)-doc \ dh_link -plibgtk$(apiver)-doc \
usr/share/doc/libpango$(pangover)-doc/pango \ usr/share/doc/libpango$(pangover)-doc/pango \
usr/share/doc/libgtk$(apiver)-doc/pango usr/share/doc/libgtk$(apiver)-doc/pango
dh_link -plibgtk$(apiver)-data \ dh_link -plibgtk$(apiver)-common \
usr/share/doc/libgtk$(apiver)-$(soname)$(suffix) \ usr/share/doc/libgtk$(apiver)-$(soname)$(suffix) \
usr/share/doc/libgtk$(apiver)-data usr/share/doc/libgtk$(apiver)-common
# create symlinks in /usr/share/gtk-doc/html # create symlinks in /usr/share/gtk-doc/html
for i in gdk gdk-pixbuf gtk gtk-faq gtk-tutorial; do \ for i in gdk gdk-pixbuf gtk gtk-faq gtk-tutorial; do \
@ -269,7 +269,7 @@ binary-arch: build install
rm -rf $(CURDIR)/debian/libgtk$(apiver)-dbg/usr/share/doc/libgtk$(apiver)-dbg rm -rf $(CURDIR)/debian/libgtk$(apiver)-dbg/usr/share/doc/libgtk$(apiver)-dbg
rm -rf $(CURDIR)/debian/libgtk$(apiver)-dev/usr/share/doc/libgtk$(apiver)-dev rm -rf $(CURDIR)/debian/libgtk$(apiver)-dev/usr/share/doc/libgtk$(apiver)-dev
rm -rf $(CURDIR)/debian/libgtk$(apiver)-common/usr/share/doc/libgtk$(apiver)-common rm -rf $(CURDIR)/debian/libgtk$(apiver)-bin/usr/share/doc/libgtk$(apiver)-bin
dh_link -plibgtk$(apiver)-dbg \ dh_link -plibgtk$(apiver)-dbg \
usr/share/doc/libgtk$(apiver)-$(soname)$(suffix) \ usr/share/doc/libgtk$(apiver)-$(soname)$(suffix) \
@ -277,9 +277,9 @@ binary-arch: build install
dh_link -plibgtk$(apiver)-dev \ dh_link -plibgtk$(apiver)-dev \
usr/share/doc/libgtk$(apiver)-$(soname)$(suffix) \ usr/share/doc/libgtk$(apiver)-$(soname)$(suffix) \
usr/share/doc/libgtk$(apiver)-dev usr/share/doc/libgtk$(apiver)-dev
dh_link -plibgtk$(apiver)-common \ dh_link -plibgtk$(apiver)-bin \
usr/share/doc/libgtk$(apiver)-$(soname)$(suffix) \ usr/share/doc/libgtk$(apiver)-$(soname)$(suffix) \
usr/share/doc/libgtk$(apiver)-common usr/share/doc/libgtk$(apiver)-bin
dh_installexamples -a dh_installexamples -a