From 3179183d4fc4c383ae7ebdb9b80a2a90228e8653 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 14 Mar 2010 10:07:11 +1300 Subject: Add Makefile and debhelper .install file. Package now builds. --- Makefile | 6 ++++++ debian/xchat-plugins-liw.install | 1 + 2 files changed, 7 insertions(+) create mode 100644 Makefile create mode 100644 debian/xchat-plugins-liw.install diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b4cb5f8 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: + +clean: + +install: + diff --git a/debian/xchat-plugins-liw.install b/debian/xchat-plugins-liw.install new file mode 100644 index 0000000..a9e3d16 --- /dev/null +++ b/debian/xchat-plugins-liw.install @@ -0,0 +1 @@ +*.py /usr/lib/xchat/plugins -- cgit v1.2.1