summaryrefslogtreecommitdiff
path: root/p/hslogger
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2010-02-17 00:29:28 +0300
committerJohn Goerzen <jgoerzen@complete.org>2010-02-17 00:29:28 +0300
commit900b1acf8d4630f3f4fb926b46c72cb4f58ae5db (patch)
treea0a09a36be171bae0addc442f8d39ffdb2f02150 /p/hslogger
parent99dd87ce2805d959b22e6d3a1980fb52c3af4cd7 (diff)
downloadDHG_packages-900b1acf8d4630f3f4fb926b46c72cb4f58ae5db.tar.gz
hslogger: Remove debian/ from upstream
Diffstat (limited to 'p/hslogger')
-rw-r--r--p/hslogger/debian/compat1
-rw-r--r--p/hslogger/debian/copyright24
-rw-r--r--p/hslogger/debian/docs1
-rw-r--r--p/hslogger/debian/hslogger-doc.docs1
-rwxr-xr-xp/hslogger/debian/rules6
5 files changed, 0 insertions, 33 deletions
diff --git a/p/hslogger/debian/compat b/p/hslogger/debian/compat
deleted file mode 100644
index 7ed6ff82d..000000000
--- a/p/hslogger/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/p/hslogger/debian/copyright b/p/hslogger/debian/copyright
deleted file mode 100644
index 3eb84b8e1..000000000
--- a/p/hslogger/debian/copyright
+++ /dev/null
@@ -1,24 +0,0 @@
-hslogger
-Copyright (C) 2004-2006 John Goerzen <jgoerzen@complete.org>
-
-All code is under the following license unless otherwise noted:
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, 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 Lesser 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
-
-The GNU General Public License is available in the file COPYING in the source
-distribution. Debian GNU/Linux users may find this in
-/usr/share/common-licenses/LGPL-2.1.
-
-If the LGPL is unacceptable for your uses, please e-mail me; alternative
-terms can be negotiated for your project.
diff --git a/p/hslogger/debian/docs b/p/hslogger/debian/docs
deleted file mode 100644
index e845566c0..000000000
--- a/p/hslogger/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/p/hslogger/debian/hslogger-doc.docs b/p/hslogger/debian/hslogger-doc.docs
deleted file mode 100644
index cf7cb60ed..000000000
--- a/p/hslogger/debian/hslogger-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-html/*
diff --git a/p/hslogger/debian/rules b/p/hslogger/debian/rules
deleted file mode 100755
index bc087e2c1..000000000
--- a/p/hslogger/debian/rules
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/make -f
-
-# Standard way of building Haskell libraries .
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
-