[Pkg-gnupg-commit] r251 - in /gpa/branches/experimental/debian: changelog control gpa.1 rules

dleidert at users.alioth.debian.org dleidert at users.alioth.debian.org
Wed Jul 4 19:04:29 UTC 2012


Author: dleidert
Date: Wed Jul  4 19:04:28 2012
New Revision: 251

URL: http://svn.debian.org/wsvn/pkg-gnupg/?sc=1&rev=251
Log:
* debian/control (Build-Depends): Dropped dh-autoreconf.
* debian/gpa.1: Added missing options/features.
* debian/rules: Removed autoreconf addon.

Modified:
    gpa/branches/experimental/debian/changelog
    gpa/branches/experimental/debian/control
    gpa/branches/experimental/debian/gpa.1
    gpa/branches/experimental/debian/rules

Modified: gpa/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnupg/gpa/branches/experimental/debian/changelog?rev=251&op=diff
==============================================================================
--- gpa/branches/experimental/debian/changelog (original)
+++ gpa/branches/experimental/debian/changelog Wed Jul  4 19:04:28 2012
@@ -3,8 +3,10 @@
   * NOT RELEASED YET
   * Non-maintainer upload.
   * debian/control: Adjusted for experimental. Removed DM-Upload-Allowed.
+    (Build-Depends): Dropped dh-autoreconf.
     (Uploaders): Adjusted my address.
   * debian/gpa.1: Added hidden options and missing references.
+  * debian/rules: Removed autoreconf addon.
   * debian/watch: Fixed tp point to ftp.gnupg.org.
   * debian/patches/448765_grammar_fixes.patch: Dropped - applied upstream.
   * debian/patches/625513_fix_expiration_date.patch: Ditto.

Modified: gpa/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnupg/gpa/branches/experimental/debian/control?rev=251&op=diff
==============================================================================
--- gpa/branches/experimental/debian/control (original)
+++ gpa/branches/experimental/debian/control Wed Jul  4 19:04:28 2012
@@ -6,7 +6,6 @@
 Build-Depends: autopoint,
                autotools-dev (>> 20100122.1~),
                debhelper (>> 7.0.50~),
-               dh-autoreconf,
                gnupg2,
                libassuan-dev (>> 2),
                libgpg-error-dev (>> 1.4),

Modified: gpa/branches/experimental/debian/gpa.1
URL: http://svn.debian.org/wsvn/pkg-gnupg/gpa/branches/experimental/debian/gpa.1?rev=251&op=diff
==============================================================================
--- gpa/branches/experimental/debian/gpa.1 (original)
+++ gpa/branches/experimental/debian/gpa.1 Wed Jul  4 19:04:28 2012
@@ -26,12 +26,33 @@
 .B \-d, \-\-daemon
 Enable the UI server.
 .TP
+.B \-\-debug-edit-fsm
+Debug the Finite State Machine (FSM).
+.TP
 .B \-\-disable\-ticker
 Disable ticker used for card operations.
+.TP
+.B \-\-disable-x509
+Disable support for X.509.
+.TP
+.B \-\-enable-logging
+Enable logging on Win32 systems.
 .TP
 .B \-f, \-\-files
 Start with the file-manager open. This is the \fIdefault\fP if one or more
 \fIFILE(S)\fP are added to the command arguments.
+.TP
+.B \-\-gpg-binary=\fIFILE\fP
+Path to the
+.BR gpg (1)
+or
+.BR gpg2 (1)
+binary.
+.TP
+.B \-\-gpgsm-binary=\fIFILE\fP
+Path to the
+.BR gpgsm (1)
+binary.
 .TP
 .B \-k, \-\-keyring
 Start with the keyring editor. This is the \fIdefault\fP.
@@ -42,18 +63,18 @@
 .B \-s, \-\-settings
 Open the settings dialog.
 .TP
+.B \-v, \-\-version
+Print version information and exit.
+.TP
 .B \-x, \-\-cms
 Enable basic support for X.509.
-.TP
-.B \-?, \-\-help, \-\-help\-all
-Print usage information and exit.
 .TP
 .B \-\-help\-gtk
 Print options related to GTK. See also
 .BR gtk-options "(7)."
 .TP
-.B \-v, \-\-version
-Print version information and exit.
+.B \-?, \-\-help, \-\-help\-all
+Print usage information and exit.
 
 .SH FILES
 .TP
@@ -61,7 +82,8 @@
 Standard user configuration file read by \fBgpa\fP on startup.
 
 .SH "BUGS"
-Please report bugs to <bug\-gpa at gnupg.org>.
+Please report bugs to <bug\-gpa at gnupg.org> or to
+\fI\%https://bugs.g10code.com/gnupg/\fR.
 
 .SH AUTHORS
 .B gpa

Modified: gpa/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnupg/gpa/branches/experimental/debian/rules?rev=251&op=diff
==============================================================================
--- gpa/branches/experimental/debian/rules (original)
+++ gpa/branches/experimental/debian/rules Wed Jul  4 19:04:28 2012
@@ -8,7 +8,7 @@
 export LDFLAGS  = $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
 %:
-	dh $@ --with autotools_dev,autoreconf --parallel
+	dh $@ --with autotools_dev --parallel
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS




More information about the Pkg-gnupg-commit mailing list