aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog13
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-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/series3
-rw-r--r--debian/patches/set-default-icon.patch25
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/watch4
10 files changed, 118 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c52ffda
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+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..7aa1ecf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: krb5-auth-dialog
+Section: gnome
+Priority: optional
+Maintainer: Guido Guenther <agx@sigxcpu.org>
+Build-Depends: debhelper (>= 6), quilt, cdbs, libkrb5-dev, libgnome2-dev, libgtk2.0-dev, libglade2-dev, intltool, libgnomeui-dev, autotools-dev, libnm-glib-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..9ee5b50
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+desktop-file.diff
+man-section.diff
+set-default-icon.patch
diff --git a/debian/patches/set-default-icon.patch b/debian/patches/set-default-icon.patch
new file mode 100644
index 0000000..e2b1c91
--- /dev/null
+++ b/debian/patches/set-default-icon.patch
@@ -0,0 +1,25 @@
+From 99b47991b67281627cda341f5e4be2604d3a8a43 Mon Sep 17 00:00:00 2001
+From: Guido Guenther <agx@sigxcpu.org>
+Date: Mon, 21 Apr 2008 15:36:22 +0200
+Subject: [PATCH] set a default icon
+
+so it shows up in the wm list
+---
+ src/krb5-auth-dialog.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/krb5-auth-dialog.c b/src/krb5-auth-dialog.c
+index 81f4f38..0bb2e6d 100644
+--- a/src/krb5-auth-dialog.c
++++ b/src/krb5-auth-dialog.c
+@@ -581,6 +581,7 @@ main (int argc, char *argv[])
+
+ xml = glade_xml_new (GLADEDIR "krb5-auth-dialog.glade", NULL, NULL);
+ dialog = glade_xml_get_widget (xml, "krb5_dialog");
++ gtk_window_set_default_icon_name ("gtk-dialog-authentication");
+
+ if (credentials_expiring (NULL))
+ g_timeout_add (CREDENTIAL_CHECK_INTERVAL * 1000, (GSourceFunc)credentials_expiring, NULL);
+--
+1.5.5
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c9389b8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#! /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_CONFIGURE_EXTRA_FLAGS := --enable-network-manager
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