diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-07-17 07:52:28 -0230 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-07-17 07:52:28 -0230 |
commit | 24d6c22fc2616a19ed8945c63ce4968992cb01e2 (patch) | |
tree | 54fc3b3494e2678dfde4df8172d2a2805271aecd | |
parent | Merge commit 'upstream/0.7.git7cc1d84' (diff) | |
download | krb5-auth-dialog-24d6c22fc2616a19ed8945c63ce4968992cb01e2.tar.gz krb5-auth-dialog-24d6c22fc2616a19ed8945c63ce4968992cb01e2.tar.bz2 krb5-auth-dialog-24d6c22fc2616a19ed8945c63ce4968992cb01e2.zip |
remove patches applied "upstream"
-rw-r--r-- | debian/patches/desktop-file.diff | 13 | ||||
-rw-r--r-- | debian/patches/man-section.diff | 10 | ||||
-rw-r--r-- | debian/patches/series | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 1 insertions, 26 deletions
diff --git a/debian/patches/desktop-file.diff b/debian/patches/desktop-file.diff deleted file mode 100644 index 360960b..0000000 --- a/debian/patches/desktop-file.diff +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 635f6fc..0000000 --- a/debian/patches/man-section.diff +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 5e065be..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -desktop-file.diff -man-section.diff diff --git a/debian/rules b/debian/rules index cf04d70..7eadc24 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ 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 +#include /usr/share/cdbs/1/rules/patchsys-quilt.mk DEB_BUILDDIR := build DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-network-manager --with-libnotify |