Your message dated Mon, 23 Jun 2014 14:25:16 +0200
with message-id <[email protected]>
and subject line exempi: Please build exempi(1)
has caused the Debian Bug report #669863,
regarding exempi: Please build exempi(1)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
669863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669863
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: exempi
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
please add the exempi command-line tool to the build. It is useful for
simple debugging or one-shot modifications of XMP.
A patch is attached; alternatively you can pull from the branch
exempi_cmdline at git://github.com/yath/debian-exempi.git.
Thanks,
Sebastian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFPkrTFvBVic1oTsEgRAjyoAJ9RjtG5Y7YHMfQGudeqbl+W8ueOqgCfaxlm
UBB3o7OHjgJtCVw03FoVFWo=
=CX6H
-----END PGP SIGNATURE-----
diff --git a/debian/control b/debian/control
index 4713e1b..579977a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,19 @@ Vcs-Git: git://git.debian.org/collab-maint/exempi.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/exempi.git;a=summary
Homepage: http://libopenraw.freedesktop.org/wiki/Exempi
+Package: exempi
+Section: utils
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: tool for dumping and editing XMP metadata
+ exempi is a command-line tool provided by the Exempi library for dumping and
+ editing XMP metadata in various file formats.
+ .
+ XMP (Extensible Metadata Platform) facilitates embedding metadata in files
+ using a subset of RDF. Most notably XMP supports embedding metadata in PDF
+ and many image formats, though it is designed to support nearly any file type.
+
Package: libexempi3
Section: libs
Architecture: any
diff --git a/debian/exempi.1 b/debian/exempi.1
new file mode 100644
index 0000000..5a0ca01
--- /dev/null
+++ b/debian/exempi.1
@@ -0,0 +1,46 @@
+.TH EXEMPI 1
+.SH NAME
+exempi \- tool for dumping and modifying XMP metadata
+.SH SYNOPSIS
+.B exempi
+.RI [ options ] " <files>"
+.SH DESCRIPTION
+.B exempi
+is a tool for modifying or extracting the XMP metadata
+stream contained in various file formats, especially PDF
+and image files.
+.SH OPTIONS
+.TP
+.B \-x
+Dumps the raw XMP XML stream.
+.TP
+.B \-X
+Tells exempi that the given file is already an XMP file (as opposed
+to a, say, PDF document where the XMP stream has yet to be extracted).
+.TP
+.B \-R
+Do not reconcile XMP metadata with other metadata (PDF info dictionary,
+EXIF, ...)
+.TP
+.B \-o FILENAME
+Specify an output file.
+.TP
+.B \-w
+Write in-place. Only allowed when -s is used; must not be used with -o.
+.TP
+.B \-g PROPERTY
+Get the value of a property.
+.TP
+.B \-s PROPERTY \-v VALUE
+Set the value of a property.
+.TP
+.B \-h
+Display a help text.
+.SH AUTHOR
+.I exempi
+was written by Hubert Figuiere <[email protected]>, the
+.I Exempi
+library is based on the XMP SDK by Adobe Systems Incorporated.
+.PP
+This manual page was written by Sebastian Schmidt <[email protected]>
+for the Debian project (but may be used by others).
diff --git a/debian/exempi.install b/debian/exempi.install
new file mode 100644
index 0000000..59daa80
--- /dev/null
+++ b/debian/exempi.install
@@ -0,0 +1 @@
+usr/bin/exempi
diff --git a/debian/exempi.manpages b/debian/exempi.manpages
new file mode 100644
index 0000000..85aad10
--- /dev/null
+++ b/debian/exempi.manpages
@@ -0,0 +1 @@
+debian/exempi.1
--- End Message ---
--- Begin Message ---
Version: 2.2.1-1
exempi (2.2.1-1) unstable; urgency=low
* Remove Asheesh from Maintainer and move myself from Uploaders to
Maintainer. Thanks Asheesh!
* New upstream release.
* Use --list-missing to show uninstalled files.
* Bump Standards-Version to 3.9.4. No further changes.
* Add a new binary package exempi, which contains the exempi command line
utility.
-- Michael Biebl <[email protected]> Sun, 30 Jun 2013 08:02:39 +0200
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---