rev 18142 - in kde-extras/exiv2/trunk/debian: . source
Mark Purcell
msp at alioth.debian.org
Sun May 30 05:19:18 UTC 2010
Author: msp
Date: 2010-05-30 05:19:07 +0000 (Sun, 30 May 2010)
New Revision: 18142
Added:
kde-extras/exiv2/trunk/debian/libexiv2-9.install
kde-extras/exiv2/trunk/debian/source/
kde-extras/exiv2/trunk/debian/source/format
Removed:
kde-extras/exiv2/trunk/debian/libexiv2-6.install
Modified:
kde-extras/exiv2/trunk/debian/changelog
kde-extras/exiv2/trunk/debian/control
kde-extras/exiv2/trunk/debian/rules
Log:
* New upstream release
- NEW package libexiv2-9 - soname bump
- Makernote updates
- Nikon performance improvement (Closes: #579835)
* Siwtch to source/format = 3.0 (quilt)
* debian/control switch to '-' bullet marker (Closes: #564326)
* Dropped fuji from Maintainers - inactive
* Simplify get-orig-source target - uscan
Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog 2010-05-30 03:58:47 UTC (rev 18141)
+++ kde-extras/exiv2/trunk/debian/changelog 2010-05-30 05:19:07 UTC (rev 18142)
@@ -1,12 +1,21 @@
-exiv2 (0.19-2) UNRELEASED; urgency=low
+exiv2 (0.20-1) experimental; urgency=low
- * NOT RELEASED YET
+ * New upstream release
+ - NEW package libexiv2-9 - soname bump
+ - Makernote updates
+ - Nikon performance improvement (Closes: #579835)
[ Michal Čihař ]
* Add -dbg package (Closes: #557088)
- -- Mark Purcell <msp at debian.org> Sat, 02 Jan 2010 09:34:07 +1100
+ [ Mark Purcell ]
+ * Siwtch to source/format = 3.0 (quilt)
+ * debian/control switch to '-' bullet marker (Closes: #564326)
+ * Dropped fuji from Maintainers - inactive
+ * Simplify get-orig-source target - uscan
+ -- Mark Purcell <msp at debian.org> Sun, 30 May 2010 14:45:46 +1000
+
exiv2 (0.19-1) unstable; urgency=low
* New upstream release
Modified: kde-extras/exiv2/trunk/debian/control
===================================================================
--- kde-extras/exiv2/trunk/debian/control 2010-05-30 03:58:47 UTC (rev 18141)
+++ kde-extras/exiv2/trunk/debian/control 2010-05-30 05:19:07 UTC (rev 18142)
@@ -2,12 +2,12 @@
Section: graphics
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
-Uploaders: KELEMEN Peter <fuji at debian.org>, Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
-Build-Depends: debhelper (>= 7), quilt, chrpath,
+Uploaders: Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), chrpath,
autotools-dev, libexpat1-dev, zlib1g-dev,
libexpat1-dev,
doxygen, graphviz, python, xsltproc
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
Homepage: http://www.exiv2.org
Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/exiv2/trunk
Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/exiv2/trunk
@@ -29,7 +29,7 @@
* extract, insert and delete the thumbnail image embedded in the Exif metadata
* fix the Exif ISO setting of picture taken with Nikon cameras
-Package: libexiv2-6
+Package: libexiv2-9
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -41,8 +41,8 @@
* a smart IPTC implementation that does not affect data that programs like
Photoshop store in the same image segment
* EXIF MakerNote support:
- o MakerNote tags can be accessed just like any other EXIF metadata
- o a sophisticated write algorithm avoids corrupting the MakerNote:
+ - MakerNote tags can be accessed just like any other EXIF metadata
+ - a sophisticated write algorithm avoids corrupting the MakerNote:
* extract and delete methods for EXIF thumbnails (both, JPEG and TIFF
thumbnails)
* set methods for EXIF thumbnails (JPEG only, TIFF thumbnails can be set from
@@ -54,7 +54,7 @@
Package: libexiv2-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libexiv2-6 (= ${binary:Version}), pkg-config
+Depends: ${misc:Depends}, libexiv2-9 (= ${binary:Version}), pkg-config
Suggests: libexiv2-doc
Description: EXIF/IPTC metadata manipulation library - development files
Exiv2 C++ header files.
@@ -67,8 +67,9 @@
Exiv2 HTML documentation.
Package: libexiv2-dbg
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libexiv2-9 (= ${binary:Version})
Section: debug
Architecture: any
+Priority: extra
Description: EXIF/IPTC metadata manipulation library - debug
Exiv2 debug symbols package
Copied: kde-extras/exiv2/trunk/debian/libexiv2-9.install (from rev 18141, kde-extras/exiv2/trunk/debian/libexiv2-6.install)
===================================================================
--- kde-extras/exiv2/trunk/debian/libexiv2-9.install (rev 0)
+++ kde-extras/exiv2/trunk/debian/libexiv2-9.install 2010-05-30 05:19:07 UTC (rev 18142)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*
Modified: kde-extras/exiv2/trunk/debian/rules
===================================================================
--- kde-extras/exiv2/trunk/debian/rules 2010-05-30 03:58:47 UTC (rev 18141)
+++ kde-extras/exiv2/trunk/debian/rules 2010-05-30 05:19:07 UTC (rev 18142)
@@ -1,11 +1,7 @@
#!/usr/bin/make -f
-FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
-UPFILENAME = $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz
-URL = http://www.exiv2.org/$(UPFILENAME)
-
%:
- dh --with quilt $@
+ dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- --disable-rpath
@@ -32,15 +28,4 @@
dh_compress -X.xls -X.js -X.idx -X.xml -X.php
get-orig-source:
- @@dh_testdir
- @@[ -d ../tarballs/. ]||mkdir -p ../tarballs
- @@echo Downloading $(UPFILENAME) from $(URL) ...
- @@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
-
-print-version:
- @@echo DEB_SOURCE_PACKAGE: $(DEB_SOURCE_PACKAGE)
- @@echo DEB_VERSION: $(DEB_VERSION)
- @@echo DEB_NO_EPOCH_VERSION: $(DEB_NOEPOCH_VERSION)
- @@echo DEB_UPSTREAM_VERSION: $(DEB_UPSTREAM_VERSION)
- @@echo FILENAME: $(FILENAME)
- @@echo URL: $(URL)
+ uscan --force-download
Added: kde-extras/exiv2/trunk/debian/source/format
===================================================================
--- kde-extras/exiv2/trunk/debian/source/format (rev 0)
+++ kde-extras/exiv2/trunk/debian/source/format 2010-05-30 05:19:07 UTC (rev 18142)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-kde-commits
mailing list