Package: ski
Followup-For: Bug #465036

tag 465036 patch
thanks

Hi there.
I also found 2 more missed build-deps and another one problem:
if configure called with --with-x11 it uses non-free libmotiff, so I had
to disable it.

Patch is attached.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (700, 'testing-proposed-updates'), (700, 'testing'), (670, 
'proposed-updates'), (670, 'stable'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages ski depends on:
ii  less                   418-1             Pager program similar to more
ii  libart-2.0-2           2.3.20-1          Library of functions for 2D graphi
ii  libatk1.0-0            1.20.0-1          The ATK accessibility toolkit
ii  libbonobo2-0           2.21.90-1         Bonobo CORBA interfaces library
ii  libbonoboui2-0         2.21.90-1         The Bonobo UI library
ii  libc6                  2.7-6             GNU C Library: Shared libraries
ii  libcairo2              1.4.14-1          The Cairo 2D vector graphics libra
ii  libelfg0               0.8.6-3           an ELF object file access library
ii  libfontconfig1         2.5.0-2           generic font configuration library
ii  libfreetype6           2.3.5-1+b1        FreeType 2 font engine, shared lib
ii  libgconf2-4            2.20.1-2+b1       GNOME configuration database syste
ii  libglade2-0            1:2.6.2-1         library to load .glade files at ru
ii  libglib2.0-0           2.14.6-1          The GLib library of C routines
ii  libgnome2-0            2.20.1.1-1        The GNOME 2 library - runtime file
ii  libgnomecanvas2-0      2.20.1.1-1        A powerful object-oriented display
ii  libgnomeui-0           2.20.1.1-1        The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0         1:2.20.1-1        GNOME Virtual File System (runtime
ii  libgtk2.0-0            2.12.5-2          The GTK+ graphical user interface 
ii  libice6                2:1.0.4-1         X11 Inter-Client Exchange library
ii  libncurses5            5.6+20080203-1    Shared libraries for terminal hand
ii  liborbit2              1:2.14.10-0.1     libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0          1.18.4-1          Layout and rendering of internatio
ii  libpng12-0             1.2.15~beta5-3    PNG library - runtime
ii  libpopt0               1.10-3            lib for parsing cmdline parameters
ii  libsm6                 2:1.0.3-1+b1      X11 Session Management library
ii  libx11-6               2:1.0.3-7         X11 client-side library
ii  libxml2                2.6.31.dfsg-1     GNOME XML library
ii  libxrender1            1:0.9.4-1         X Rendering Extension client libra
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

ski recommends no packages.

-- no debconf information
diff -rNu ski-1.3.2.old/debian/changelog ski-1.3.2/debian/changelog
--- ski-1.3.2.old/debian/changelog      2008-02-23 22:13:30.000000000 +0300
+++ ski-1.3.2/debian/changelog  2008-02-24 10:56:31.375177897 +0300
@@ -1,3 +1,14 @@
+ski (1.3.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added pkg-config, libglade2-dev, libgnomeui-dev into build-dep (Closes: 
#465036).
+  * Removed --with-x11 from configure options because it makes package to
+    build-depend on non-free libmotiff-dev.
+  * Removed debian/tmp/etc/X11/app-defaults/* from debian/ski.install because
+    there is nothing here.
+
+ -- Alexander GQ Gerasiov <[EMAIL PROTECTED]>  Sun, 24 Feb 2008 10:55:39 +0300
+
 ski (1.3.2-1) unstable; urgency=low
 
   * Depend on CDBS since we use it, doh! (Closes: #464313)
diff -rNu ski-1.3.2.old/debian/control ski-1.3.2/debian/control
--- ski-1.3.2.old/debian/control        2008-02-23 22:13:30.000000000 +0300
+++ ski-1.3.2/debian/control    2008-02-24 08:59:33.794998038 +0300
@@ -4,7 +4,7 @@
 Uploaders: Al Stone <[EMAIL PROTECTED]>
 Standards-Version: 3.7.3
 Section: misc
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, autoconf, 
autogen, automake1.9, libtool, bison, flex, gawk, gperf, libelfg0-dev, 
libncurses5-dev, chrpath, sharutils, libltdl3-dev
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, autoconf, 
autogen, automake1.9, libtool, bison, flex, gawk, gperf, libelfg0-dev, 
libncurses5-dev, chrpath, sharutils, libltdl3-dev, pkg-config, libglade2-dev, 
libgnomeui-dev
 
 Package: ski
 Section: devel
diff -rNu ski-1.3.2.old/debian/rules ski-1.3.2/debian/rules
--- ski-1.3.2.old/debian/rules  2008-02-23 22:13:30.000000000 +0300
+++ ski-1.3.2/debian/rules      2008-02-24 10:43:29.366781554 +0300
@@ -6,7 +6,7 @@
 
 DEB_DESTDIR=$(CURDIR)/debian/tmp
 
-DEB_CONFIGURE_EXTRA_FLAGS := --with-x11 --with-gtk 
+DEB_CONFIGURE_EXTRA_FLAGS := --with-gtk 
 #force use of gcc
 DEB_CONFIGURE_SCRIPT_ENV += CC=gcc
 
diff -rNu ski-1.3.2.old/debian/ski.install ski-1.3.2/debian/ski.install
--- ski-1.3.2.old/debian/ski.install    2008-02-23 22:13:30.000000000 +0300
+++ ski-1.3.2/debian/ski.install        2008-02-24 10:55:35.374577958 +0300
@@ -2,4 +2,3 @@
 debian/tmp/usr/share/ski/*
 debian/tmp/usr/share/man/*
 debian/tmp/usr/share/man/man1/*
-debian/tmp/etc/X11/app-defaults/*

Reply via email to