diff options
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | debian/patches/0001_no-deprecated-gnome-common-macros.patch | 12 | ||||
-rw-r--r-- | debian/patches/README | 3 | ||||
-rw-r--r-- | debian/patches/series | 1 |
4 files changed, 0 insertions, 18 deletions
@@ -9,6 +9,4 @@ which gnome-autogen.sh || { gtkdocize || exit 1 -USE_GNOME2_MACROS=1 \ -USE_COMMON_DOC_BUILD=yes \ gnome-autogen.sh --enable-gtk-doc $@ diff --git a/debian/patches/0001_no-deprecated-gnome-common-macros.patch b/debian/patches/0001_no-deprecated-gnome-common-macros.patch deleted file mode 100644 index fbe7ca3..0000000 --- a/debian/patches/0001_no-deprecated-gnome-common-macros.patch +++ /dev/null @@ -1,12 +0,0 @@ -Description: Drop deprecated gnome-common variables. -Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - ---- a/autogen.sh -+++ b/autogen.sh -@@ -9,6 +9,4 @@ - - gtkdocize || exit 1 - --USE_GNOME2_MACROS=1 \ --USE_COMMON_DOC_BUILD=yes \ - gnome-autogen.sh --enable-gtk-doc $@ diff --git a/debian/patches/README b/debian/patches/README deleted file mode 100644 index 80c1584..0000000 --- a/debian/patches/README +++ /dev/null @@ -1,3 +0,0 @@ -0xxx: Grabbed from upstream development. -1xxx: Possibly relevant for upstream adoption. -2xxx: Only relevant for official Debian release. diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 4b9e9f9..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -0001_no-deprecated-gnome-common-macros.patch |