debian/ruels, libtk3.0-doc.*: Tutorial and FAQ have been removed from the

gtk source as they were updated, stop trying to install them
This commit is contained in:
Sjoerd Simons
2010-11-04 23:33:37 +00:00
parent ab7f84dae8
commit 38c548d040
6 changed files with 5 additions and 45 deletions

4
debian/changelog vendored
View File

@ -24,8 +24,10 @@ gtk+3.0 (2.91.3-1) UNRELEASED; urgency=low
* debian/libgtk3-bin.preinst, debian/libgtk3-bin.postrm: * debian/libgtk3-bin.preinst, debian/libgtk3-bin.postrm:
+ Divert gtk+2.0's update-icon-caches. The format remained the same so this + Divert gtk+2.0's update-icon-caches. The format remained the same so this
is safe to do is safe to do
* debian/ruels, libtk3.0-doc.*: Tutorial and FAQ have been removed from the
gtk source as they were updated, stop trying to install them
-- Sjoerd Simons <sjoerd@debian.org> Sun, 10 Oct 2010 14:06:26 +0100 -- Sjoerd Simons <sjoerd@debian.org> Thu, 04 Nov 2010 23:32:13 +0000
gtk+2.0 (2.21.5-1) experimental; urgency=low gtk+2.0 (2.21.5-1) experimental; urgency=low

View File

@ -1,12 +0,0 @@
Document: gtk3-faq
Title: GTK+3.0 Frequently Asked Questions
Author: Tony Gale, Shawn Amundson, and Emmanuel Deloget
Abstract: This document is intended to answer questions that are
likely to be frequently asked by programmers using the GTK+
graphical user interface library, or people who are just looking at
using GTK+, GNOME, or GIMP.
Section: Programming/C
Format: HTML
Index: /usr/share/doc/libgtk3.0-doc/faq/index.html
Files: /usr/share/doc/libgtk3.0-doc/faq/*.html

View File

@ -1,18 +0,0 @@
Document: gtk3-tutorial
Title: GTK+3.0 Tutorial
Author: Tony Gale and Ian Main
Abstract: GTK+ (GIMP Toolkit) is a library for creating graphical user
interfaces. It is licensed using the LGPL license, so you can develop
open software, free software, or even commercial non-free software
using GTK+ without having to spend anything for licenses or royalties.
.
This tutorial is an attempt to document as much as possible of GTK+,
but it is by no means complete. This tutorial assumes a good
understanding of C, and how to create C programs. It would be a great
benefit for the reader to have previous X programming experience, but
it shouldn't be necessary.
Section: Programming/C
Format: HTML
Index: /usr/share/doc/libgtk3.0-doc/tutorial/index.html
Files: /usr/share/doc/libgtk3.0-doc/tutorial/*.html

View File

@ -1,10 +1,5 @@
# from Debian
debian/gtk3-faq.devhelp usr/share/doc/@DOC_PKG@/faq
debian/gtk3-tutorial.devhelp usr/share/doc/@DOC_PKG@/tutorial
# from the shared flavor # from the shared flavor
debian/install/shared/usr/share/gtk-doc/html/gtk* usr/share/doc/@DOC_PKG@ debian/install/shared/usr/share/gtk-doc/html/gtk* usr/share/doc/@DOC_PKG@
debian/install/shared/usr/share/gtk-doc/html/gdk* usr/share/doc/@DOC_PKG@ debian/install/shared/usr/share/gtk-doc/html/gdk* usr/share/doc/@DOC_PKG@
# from the source # from the source
docs/faq/html/* usr/share/doc/@DOC_PKG@/faq
docs/tutorial/html/* usr/share/doc/@DOC_PKG@/tutorial
docs/*.txt usr/share/doc/@DOC_PKG@ docs/*.txt usr/share/doc/@DOC_PKG@

View File

@ -1,7 +1,5 @@
usr/share/doc/@DOC_PKG@/gdk3 usr/share/gtk-doc/html/gdk3 usr/share/doc/@DOC_PKG@/gdk3 usr/share/gtk-doc/html/gdk3
usr/share/doc/@DOC_PKG@/gtk3 usr/share/gtk-doc/html/gtk3 usr/share/doc/@DOC_PKG@/gtk3 usr/share/gtk-doc/html/gtk3
usr/share/doc/@DOC_PKG@/faq usr/share/gtk-doc/html/gtk3-faq
usr/share/doc/@DOC_PKG@/tutorial usr/share/gtk-doc/html/gtk3-tutorial
usr/share/doc/libatk1.0-doc/atk usr/share/doc/@DOC_PKG@/atk usr/share/doc/libatk1.0-doc/atk usr/share/doc/@DOC_PKG@/atk
usr/share/doc/libglib2.0-doc/glib usr/share/doc/@DOC_PKG@/glib usr/share/doc/libglib2.0-doc/glib usr/share/doc/@DOC_PKG@/glib
usr/share/doc/libglib2.0-doc/gobject usr/share/doc/@DOC_PKG@/gobject usr/share/doc/libglib2.0-doc/gobject usr/share/doc/@DOC_PKG@/gobject

9
debian/rules vendored
View File

@ -159,11 +159,6 @@ DH_INSTALLDOCS_FILES := NEWS README ChangeLog
# ".in" file; pass the list of packages in $(1) # ".in" file; pass the list of packages in $(1)
dh_subst_files = $(patsubst %.in,%,$(wildcard $(addprefix debian/, $(addsuffix *.in, $(1))))) dh_subst_files = $(patsubst %.in,%,$(wildcard $(addprefix debian/, $(addsuffix *.in, $(1)))))
# Gruik gruik generation of .devhelp files for the FAQ and tutorial
debian/gtk3-%.devhelp: docs/%/html/index.html
gawk -f debian/gruik2devhelp.awk -v name=gtk3-$* $< > $@
devhelpfiles: debian/gtk3-faq.devhelp debian/gtk3-tutorial.devhelp
patch: $(STAMP_DIR)/patch-stamp patch: $(STAMP_DIR)/patch-stamp
$(STAMP_DIR)/patch-stamp: $(STAMP_DIR)/patch-stamp:
@ -267,7 +262,7 @@ clean:: debian/control
maybe_check = $(if $(findstring nocheck,$(DEB_BUILD_OPTIONS)),,check) maybe_check = $(if $(findstring nocheck,$(DEB_BUILD_OPTIONS)),,check)
binary-indep: build $(maybe_check) install $(call dh_subst_files,$(BINARY_INDEP_PKGS)) devhelpfiles binary-indep: build $(maybe_check) install $(call dh_subst_files,$(BINARY_INDEP_PKGS))
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_install -i dh_install -i
@ -348,4 +343,4 @@ list-missing:
egrep -v '(\.la|$(LIBDIR)/gtk-3.0/$(GTK_BINARY_VERSION)/[^/]+/[^/]+\.a) has been installed' >&2 egrep -v '(\.la|$(LIBDIR)/gtk-3.0/$(GTK_BINARY_VERSION)/[^/]+/[^/]+\.a) has been installed' >&2
binary: binary-indep binary-arch binary: binary-indep binary-arch
.PHONY: patch configure build check install clean binary-indep binary-arch list-missing binary devhelpfiles .PHONY: patch configure build check install clean binary-indep binary-arch list-missing binary