summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-17 14:06:10 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-17 15:53:21 +0300
commitf236aef565c1f9c99dcf24979830b232ab6749bc (patch)
tree0d1053ad8ef0b6f7de9a74485b641b81dd85c0c4 /debian
parente325fc5e47e5ef34969a30fc6568a58a6026f39b (diff)
downloadclab-f236aef565c1f9c99dcf24979830b232ab6749bc.tar.gz
rewrite in rust
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog31
-rw-r--r--debian/compat1
-rw-r--r--debian/control18
-rw-r--r--debian/copyright23
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/format1
6 files changed, 0 insertions, 79 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 8563324..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,31 +0,0 @@
-clab (0.4+git-1) UNRELEASED; urgency=medium
-
- * New upstream version.
- * Require Python 2.7.
-
- -- Lars Wirzenius <liw@liw.fi> Sat, 16 Apr 2016 16:49:15 +0300
-
-clab (0.4-1) unstable; urgency=medium
-
- *
-
- -- Lars Wirzenius <liw@liw.fi> Sat, 16 Apr 2016 16:49:14 +0300
-
-clab (0.3-1) unstable; urgency=medium
-
- * New upstream release.
-
- -- Lars Wirzenius <liw@liw.fi> Fri, 08 Jan 2016 20:30:10 +0200
-
-clab (0.2-1) unstable; urgency=medium
-
- * New version to bump build for jessie.
-
- -- Lars Wirzenius <liw@liw.fi> Sat, 25 Jul 2015 14:35:22 +0300
-
-clab (0.1-1) unstable; urgency=low
-
- * Initial packaging. This is not intended to be uploaded to Debian, so
- no closing of an ITP bug.
-
- -- Lars Wirzenius <liw@liw.fi> Sat, 05 Oct 2013 14:38:33 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 7a83f3e..0000000
--- a/debian/control
+++ /dev/null
@@ -1,18 +0,0 @@
-Source: clab
-Maintainer: Lars Wirzenius <liw@liw.fi>
-Section: python
-Priority: optional
-Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), python-all (>= 2.7~)
-X-Python-Version: >= 2.7
-
-Package: clab
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7)
-Description: command line address book application
- A very basic address book application, with a command line interface
- only.
- .
- Address book data is stored in YAML files, which can easily be
- kept in a version control system by the user.
-Homepage: http://liw.fi/clab/
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index df2f234..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,23 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: clab
-Upstream-Contact: Lars Wirzenius <liw@liw.fi>
-Source: git://git.gitano.org.uk/personal/liw/clab
-
-Files: *
-Copyright: 2013, Lars Wirzenius
-License: GPL-3+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 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 General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On a Debian system, you can find a copy of GPL version 3 at
- /usr/share/common-licenses/GPL-3 .
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index abde6ef..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@
-
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)