rev 9068 - trunk/packages/kdegames/debian
Ana Beatriz Guerrero López
ana at alioth.debian.org
Sun Jan 20 22:41:18 UTC 2008
Author: ana
Date: 2008-01-20 22:41:18 +0000 (Sun, 20 Jan 2008)
New Revision: 9068
Modified:
trunk/packages/kdegames/debian/changelog
trunk/packages/kdegames/debian/control
trunk/packages/kdegames/debian/rules
Log:
Update build-depends: remove bzip2, and repeated shareutils.
first step thru relibtool via patches.
Modified: trunk/packages/kdegames/debian/changelog
===================================================================
--- trunk/packages/kdegames/debian/changelog 2008-01-20 21:53:04 UTC (rev 9067)
+++ trunk/packages/kdegames/debian/changelog 2008-01-20 22:41:18 UTC (rev 9068)
@@ -6,7 +6,8 @@
* Add Homepage to source field.
* debian/copyright file: GFDL text removed and replaced by a
link to common-licenses.
- * Update section in Debian menu files.
+ * Update section in Debian menu files.
+ * Update build-depends: remove bzip2, and repeated shareutils.
-- Ana Beatriz Guerrero Lopez <ana at debian.org> Sat, 19 Jan 2008 14:51:51 +0100
Modified: trunk/packages/kdegames/debian/control
===================================================================
--- trunk/packages/kdegames/debian/control 2008-01-20 21:53:04 UTC (rev 9067)
+++ trunk/packages/kdegames/debian/control 2008-01-20 22:41:18 UTC (rev 9068)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Daniel Schepler <schepler at debian.org>, Sune Vuorela <debian at pusling.com>
-Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.5.8), automake1.9, libtool, groff-base, sharutils, bzip2, sharutils
+Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.5.8), automake1.9, libtool, groff-base, sharutils
Build-Depends-Indep: doxygen, graphviz, gsfonts-x11, qt3-doc, kdelibs4-doc
Standards-Version: 3.7.2
Modified: trunk/packages/kdegames/debian/rules
===================================================================
--- trunk/packages/kdegames/debian/rules 2008-01-20 21:53:04 UTC (rev 9067)
+++ trunk/packages/kdegames/debian/rules 2008-01-20 22:41:18 UTC (rev 9068)
@@ -12,31 +12,7 @@
DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR)
-post-patches:: debian/stamp-libtool-update
-debian/stamp-libtool-update:
- cp -f /usr/share/libtool/libtool.m4 $(DEB_SRCDIR)/admin/libtool.m4.in
- cp -f /usr/share/libtool/ltmain.sh $(DEB_SRCDIR)/admin/ltmain.sh
- for f in /usr/share/automake-1.9/*; do \
- if test -f $$f && ! test -L $$f ; then \
- cp -f $$f $(DEB_SRCDIR)/admin/; \
- fi; \
- done
- touch debian/stamp-libtool-update
-
-clean::
- for f in /usr/share/automake-1.9/*; do \
- if test -f $$f && ! test -L $$f && \
- test -f $(DEB_SRCDIR)/admin/`basename $$f`; then \
- rm -f $(DEB_SRCDIR)/admin/`basename $$f`; \
- fi; \
- done
- rm -f admin/libtool.m4.in admin/ltmain.sh
- rm -f debian/stamp-libtool-update
- rm -f debian/patches/common/02_autotools_update.diff \
- debian/patches/common/03_libtool_update.diff
- rm -f $(DEB_TAR_SRCDIR).tar.bz2.cdbs-config_list
-
DEB_INSTALL_DOCS_ALL :=
DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done)
More information about the pkg-kde-commits
mailing list