[Pkg-kde-commits] rev 1828 - in
kde-extras/digikam/branches/0.8-devel/debian: . patches
Achim Bohnet
ach-guest at costa.debian.org
Mon Sep 19 21:22:14 UTC 2005
Author: ach-guest
Date: 2005-09-19 21:22:13 +0000 (Mon, 19 Sep 2005)
New Revision: 1828
Removed:
kde-extras/digikam/branches/0.8-devel/debian/patches/00_showfoto_enable-final-fix.diff
kde-extras/digikam/branches/0.8-devel/debian/patches/visibility.diff
Modified:
kde-extras/digikam/branches/0.8-devel/debian/changelog
kde-extras/digikam/branches/0.8-devel/debian/control
kde-extras/digikam/branches/0.8-devel/debian/rules
Log:
first quick pkging. Builds and seems to work fine on breezy
Modified: kde-extras/digikam/branches/0.8-devel/debian/changelog
===================================================================
--- kde-extras/digikam/branches/0.8-devel/debian/changelog 2005-09-19 19:19:44 UTC (rev 1827)
+++ kde-extras/digikam/branches/0.8-devel/debian/changelog 2005-09-19 21:22:13 UTC (rev 1828)
@@ -1,9 +1,19 @@
-digikam (0.7.4-6) UNRELEASED; urgency=low
+digikam (0.8.0~beta2-0ubuntu0) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * QUICK packaging TODO (at least)
+ + update Licenses/Copyright
+ + create new enable-final patch?
- -- Mark Purcell <msp at debian.org> Sat, 17 Sep 2005 22:31:03 +0100
+ * New upstream release.
+ [ Achim Bohnet ]
+ * Remove --enable-final and patches/00_showfoto_enable-final-fix.diff.
+ Patch applies no longer and --enable-final build FTBFS.
+ * Remove patches/visibility.diff. Configure now disables visibility if
+ KDE does not use it.
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Mon, 19 Sep 2005 21:23:15 +0200
+
digikam (0.7.4-5) unstable; urgency=low
[ Debian KDE Extras Team ]
Modified: kde-extras/digikam/branches/0.8-devel/debian/control
===================================================================
--- kde-extras/digikam/branches/0.8-devel/debian/control 2005-09-19 19:19:44 UTC (rev 1827)
+++ kde-extras/digikam/branches/0.8-devel/debian/control 2005-09-19 21:22:13 UTC (rev 1828)
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Achim Bohnet <ach at mpe.mpg.de>, Mark Purcell <msp at debian.org>, Paul Telford <pxt at debian.org>
-Build-Depends: debhelper (>> 4.1), cdbs, kdelibs4-dev, libimlib2-dev, libexif-dev (>> 0.6.9), libtiff4-dev, libgphoto2-2-dev, libgdbm-dev, libkexif1-dev (>= 0.2-1), libkipi0-dev (>= 0.1-1), automake1.9
+Build-Depends: debhelper (>> 4.1), cdbs, kdelibs4-dev, libimlib2-dev, libexif-dev (>> 0.6.9), libtiff4-dev, libgphoto2-2-dev, libgdbm-dev, libkexif1-dev (>= 0.2-1), libkipi0-dev (>= 0.1-1), automake1.9, libsqlite3-dev
Standards-Version: 3.6.2
Package: digikam
@@ -11,7 +11,7 @@
Depends: ${shlibs:Depends}
Recommends: digikamimageplugins, kipi-plugins, kdeprint, konqueror
Suggests: digikam-doc
-Conflicts: digikamimageplugins (<< 0.7.2.9999), kipi-plugins (<< 0.1+beta2-20), libdigikam0 (<< 0.8), libdigikam-dev (<< 0.8)
+Conflicts: digikamimageplugins (<< 0.7.4.9999), kipi-plugins (<< 0.1+beta2-20), libdigikam0 (<< 0.8), libdigikam-dev (<< 0.8)
Replaces: libdigikam0 (<< 0.8), libdigikam-dev (<< 0.8)
Description: digital photo management application for KDE
Digikam is an easy to use and powerful digital photo management
Deleted: kde-extras/digikam/branches/0.8-devel/debian/patches/00_showfoto_enable-final-fix.diff
Deleted: kde-extras/digikam/branches/0.8-devel/debian/patches/visibility.diff
Modified: kde-extras/digikam/branches/0.8-devel/debian/rules
===================================================================
--- kde-extras/digikam/branches/0.8-devel/debian/rules 2005-09-19 19:19:44 UTC (rev 1827)
+++ kde-extras/digikam/branches/0.8-devel/debian/rules 2005-09-19 21:22:13 UTC (rev 1828)
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
-DEB_CONFIGURE_USER_FLAGS = --disable-debug --enable-final
+DEB_CONFIGURE_USER_FLAGS = --disable-debug
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/kde.mk
DEB_INSTALL_MANPAGES_digikam = debian/digikam.manpage debian/showfoto.manpage
More information about the pkg-kde-commits
mailing list