aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/01-remove-extra-copyright-file.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches/01-remove-extra-copyright-file.patch (renamed from debian/patches/02-remove-extra-copyright-file.patch)5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/patches/02-remove-extra-copyright-file.patch b/debian/patches/01-remove-extra-copyright-file.patch
index 3afe515..6a419ac 100644
--- a/debian/patches/02-remove-extra-copyright-file.patch
+++ b/debian/patches/01-remove-extra-copyright-file.patch
@@ -1,12 +1,13 @@
From: Jonathan McCrohan <jmccrohan@gmail.com>
Date: Sun, 10 Jun 2012 00:31:09 +0100
Subject: Remove extra copyright file from Makefile
+Last-Update: 2014-01-25
diff --git a/Makefile.in b/Makefile.in
-index b7d8ece..fceed72 100644
+index 0b27ad7..e48e174 100644
--- a/Makefile.in
+++ b/Makefile.in
-@@ -20,7 +20,7 @@
+@@ -22,7 +22,7 @@ MAIN = @PACKAGE_NAME@.c
HEADERS = @PACKAGE_NAME@.h llist.h iw_if.h
PURESRC = $(filter-out $(MAIN),$(wildcard *.c))
OBJS = $(PURESRC:.c=.o)