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 <h...@figuiere.net>, the
+.I Exempi
+library is based on the XMP SDK by Adobe Systems Incorporated.
+.PP
+This manual page was written by Sebastian Schmidt <y...@yath.de>
+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

Reply via email to