aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog29
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright25
-rw-r--r--debian/patches/desktop-file.diff13
-rw-r--r--debian/patches/man-section.diff10
-rw-r--r--debian/patches/series2
-rwxr-xr-xdebian/rules14
-rw-r--r--debian/watch4
9 files changed, 115 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..813d559
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,29 @@
+krb5-auth-dialog (0.7.git30891fc-1) unstable; urgency=low
+
+ * New "Upstream" Version:
+ * Based on upstream version 0.7 plus our changes at:
+ http://honk.sigxcpu.org/git/krb5-auth-dialog.git
+ * use GtkSecureEntry to fetch password
+ * adds trayicon
+ * fix localization
+ * close dialog when credentials were acquired by other means
+ * use libnotify and gconf
+ * session handling via dbus
+ * use g_timeout_add_seconds to save battery power
+ * set a proper icon
+
+ -- Guido Guenther <agx@sigxcpu.org> Sun, 08 Jun 2008 17:29:06 +0200
+
+krb5-auth-dialog (0.6-1) unstable; urgency=low
+
+ * Initial version based on the ubuntu package by Andrew Mitchell
+ (Closes: #461203)
+ * Changes:
+ * fix manpage section
+ * fix desktop file
+ * update FSF address
+ * use autotools-dev to update config.{sub,guess}
+ * use -Wl,--as-needed
+ * added watch file
+
+ -- Guido Guenther <agx@sigxcpu.org> Thu, 17 Jan 2008 10:13:38 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+6
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d480096
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: krb5-auth-dialog
+Section: gnome
+Priority: optional
+Maintainer: Guido Guenther <agx@sigxcpu.org>
+Build-Depends: debhelper (>= 6), quilt, cdbs, libkrb5-dev, libgtk2.0-dev,
+ libglade2-dev, intltool, libgnomeui-dev, autotools-dev, libnm-glib-dev, gnome-common,
+ autoconf, automake, pkg-config, intltool, bison, flex, libnotify-dev, libgconf2-dev,
+ libdbus-glib-1-dev
+Standards-Version: 3.7.3
+
+Package: krb5-auth-dialog
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: dialog for reauthenticating kerberos tickets
+ krb5-auth-dialog is a simple dialog that monitors kerberos tickets, and
+ pops up a dialog when they are about to expire.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8c02a94
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+This package was debianized by Andrew Mitchell <ajmitch@ubuntu.com> on
+Fri Sep 30 00:52:30 NZST 2005 from sources obtained from:
+
+ http://ftp.gnome.org/pub/GNOME/sources/krb5-auth-dialog/
+
+ Copyright (C) 2004,2005 Red Hat, Inc.
+ Authored by Christopher Aillon <caillon@redhat.com>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in ‘/usr/share/common-licenses/GPL’.
+
diff --git a/debian/patches/desktop-file.diff b/debian/patches/desktop-file.diff
new file mode 100644
index 0000000..360960b
--- /dev/null
+++ b/debian/patches/desktop-file.diff
@@ -0,0 +1,13 @@
+diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in
+index 223aaf9..911f12e 100644
+--- a/src/krb5-auth-dialog.desktop.in
++++ b/src/krb5-auth-dialog.desktop.in
+@@ -1,7 +1,6 @@
+ [Desktop Entry]
+ _Name=Network Authentication
+-_Comments=Kerberos Network Authentication Dialog
+-Exec=krb5-auth-dialog
++_Comment=Kerberos Network Authentication Dialog
+ Encoding=UTF-8
+ Exec=krb5-auth-dialog
+ Terminal=false
diff --git a/debian/patches/man-section.diff b/debian/patches/man-section.diff
new file mode 100644
index 0000000..635f6fc
--- /dev/null
+++ b/debian/patches/man-section.diff
@@ -0,0 +1,10 @@
+diff --git a/src/krb5-auth-dialog.1.in b/src/krb5-auth-dialog.1.in
+index 7f83138..b0e7b38 100644
+--- a/src/krb5-auth-dialog.1.in
++++ b/src/krb5-auth-dialog.1.in
+@@ -1,4 +1,4 @@
+-.TH krb5-auth-dialog 2005/11/02 "GNOME" "System Administrator's Manual"
++.TH krb5-auth-dialog 1 2005/11/02 "GNOME" "System Administrator's Manual"
+
+ .SH NAME
+ krb5-auth-dialog \- Kerberos 5 credential checking
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5e065be
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+desktop-file.diff
+man-section.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cf04d70
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#! /usr/bin/make -f
+
+LDFLAGS += -Wl,--as-needed
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+DEB_BUILDDIR := build
+DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-network-manager --with-libnotify
+
+post-patches::
+ cd build && ../autogen.sh
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..df67516
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/krb5-auth-dialog/([\d\.]+)[02468]/ \
+ krb5-auth-dialog-([\d\.]*)\.tar\.gz
bgstack15