diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 123 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 23 | ||||
-rw-r--r-- | debian/copyright | 25 | ||||
-rw-r--r-- | debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch | 21 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rwxr-xr-x | debian/rules | 14 | ||||
-rw-r--r-- | debian/watch | 4 |
8 files changed, 212 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e5a4e54 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,123 @@ +krb5-auth-dialog (0.8+svn141-1) unstable; urgency=low + + * [61675c0] Imported Upstream version 0.8+svn141 + * [fea8c76] drop patches merges upstream: + - 0002-add-dbus-service-file.patch + - 0003-add-preferences-dialog.patch + * [d58c012] rediff 0001-set-a-more-gnomeisch-invisible-char.patch + * [b720589] temporarily depend on libssl-dev to work around #522663 + + -- Guido Günther <agx@sigxcpu.org> Sat, 04 Apr 2009 15:04:42 +0200 + +krb5-auth-dialog (0.8+svn136-2) unstable; urgency=low + + * [cf0e693] allow to set ticket flags via preferences dialog (Closes: + #521251) + + -- Guido Günther <agx@sigxcpu.org> Thu, 02 Apr 2009 16:54:35 +0200 + +krb5-auth-dialog (0.8+svn136-1) unstable; urgency=low + + * [89329f6] Imported Upstream snapshot 0.8+svn136 + * Patches: + - [6e6af1c] 0001-set-a-more-gnomeisch-invisible-char: rediff + - [f162ecd] 0002-add-dbus-service-file: add dbus service file to fire up + krb5-auth-dialog when an application requests a ticket but + krb5-auth-dialog isn't running + + -- Guido Günther <agx@sigxcpu.org> Sat, 28 Mar 2009 13:41:12 +0100 + +krb5-auth-dialog (0.8+svn128-1) unstable; urgency=low + + * [d0f7048] Imported Upstream version 0.8+svn128 + * dbus interface + * [7d35a63] reenable autogen.sh for SVN snapshot + * [0a0e716] drop patches applied upstream: + * 0002-don-t-try-pkinit-if-pk_userid-is-non-null-but-empty.patch + * 0003-move- icons-to-datadir-krb5-auth-dialog.patch + + -- Guido Günther <agx@sigxcpu.org> Sun, 01 Mar 2009 15:27:18 +0100 + +krb5-auth-dialog (0.8-3) unstable; urgency=low + + * upload to unstable + * [8600023] add ${misc:depends} + * [858f4d8] move icons to $(datadir)/krb5-auth-dialog + + -- Guido Günther <agx@sigxcpu.org> Fri, 20 Feb 2009 16:51:12 +0100 + +krb5-auth-dialog (0.8-2) experimental; urgency=low + + * [30f663e] add Vcs-{Git,Browser} fields + * [dc19dd3] don't try pkinit if pk_userid is non-null but empty + + -- Guido Günther <agx@sigxcpu.org> Mon, 19 Jan 2009 22:19:49 +0100 + +krb5-auth-dialog (0.8-1) experimental; urgency=low + + * [88b8041] Imported Upstream version 0.8 + * [453e157] set more gnomeish invisible char + * [a81f793] released version doesn't need to run autogen.sh + * [ce03b8f] build-dep on quilt + + -- Guido Günther <agx@sigxcpu.org> Sat, 10 Jan 2009 16:28:24 +0100 + +krb5-auth-dialog (0.7.jit26357da-1) experimental; urgency=low + + * [6a45cdd] Imported Upstream version 0.7.jit26357da + * Based on upstream version 0.7 plus our changes at: + http://honk.sigxcpu.org/git/krb5-auth-dialog.git + * support pkinit + * add extra icon for "ticket is about to expire" + * add gconf schema + * [08f4d3e] build against heimdal for pkinit support + * [dc90dff] update description + * [168739c] new standards version + * [37e6092] depend on gconf2 + * [fa542d6] drop quilt dependeny + + -- Guido Günther <agx@sigxcpu.org> Sat, 18 Oct 2008 18:46:37 +0200 + +krb5-auth-dialog (0.7.hit7cc1d84-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 + * don't popup the dialog if we have a tray icon + * set a more gnomeish invisible-char + * remove width_request from krb5_auth_message_label so the realm name + doesn't get cut off + * drop desktop-file.diff & man-section.diff since we have that in our + "upstream" git now + + -- Guido Guenther <agx@sigxcpu.org> Mon, 21 Jul 2008 01:16:40 -0230 + +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..6709b1b --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: krb5-auth-dialog +Section: gnome +Priority: optional +Maintainer: Guido Günther <agx@sigxcpu.org> +Build-Depends: debhelper (>= 6), cdbs, heimdal-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, quilt +Standards-Version: 3.8.1 +Vcs-Git: git://git.debian.org/git/users/agx/krb5-auth-dialog.git +Vcs-Browser: http://git.debian.org/git/users/agx/krb5-auth-dialog.git +Homepage: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog + +Package: krb5-auth-dialog +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gconf2 +Description: tray applet for reauthenticating kerberos tickets + krb5-auth-dialog is a simple tray applet that monitors kerberos tickets. It + pops up reminders when the ticket is about to expire. Tickets can be refreshed + at any time by clicking on the tray icon. It can also operate in "classic + mode" as a simple dialog without any trayicon. + . + It features ticket autorenewal and supports pkinit. 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/0001-set-a-more-gnomeisch-invisible-char.patch b/debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch new file mode 100644 index 0000000..3103b7b --- /dev/null +++ b/debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch @@ -0,0 +1,21 @@ +From: Guido Guenther <agx@sigxcpu.org> +Date: Sat, 14 Jun 2008 18:53:15 +0200 +Subject: [PATCH] set a more gnomeisch invisible-char + +--- + 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 c443cd3..6b48d2b 100644 +--- a/src/krb5-auth-dialog.c ++++ b/src/krb5-auth-dialog.c +@@ -924,6 +924,7 @@ ka_create_gtk_secure_entry (GladeXML *xml G_GNUC_UNUSED, + if (!strcmp(name, "krb5_entry")) { + entry = gtk_secure_entry_new (); + gtk_secure_entry_set_activates_default(GTK_SECURE_ENTRY(entry), TRUE); ++ gtk_widget_set(entry, "invisible-char", 0x25cf, NULL); + gtk_widget_show (entry); + } else { + g_warning("Don't know anything about widget %s", name); +-- diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..ecea154 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-set-a-more-gnomeisch-invisible-char.patch 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 |