summaryrefslogtreecommitdiff
path: root/usr/src/libpiny/debian
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/libpiny/debian')
-rw-r--r--usr/src/libpiny/debian/changelog89
-rw-r--r--usr/src/libpiny/debian/compat1
-rw-r--r--usr/src/libpiny/debian/control13
-rw-r--r--usr/src/libpiny/debian/copyright2
-rwxr-xr-xusr/src/libpiny/debian/rules4
-rw-r--r--usr/src/libpiny/debian/source/format1
6 files changed, 0 insertions, 110 deletions
diff --git a/usr/src/libpiny/debian/changelog b/usr/src/libpiny/debian/changelog
deleted file mode 100644
index e97c2fe..0000000
--- a/usr/src/libpiny/debian/changelog
+++ /dev/null
@@ -1,89 +0,0 @@
-libpiny-perl (0.14) unstable; urgency=low
-
- * Support rebuilding a repo's config.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Wed, 13 Oct 2010 20:38:15 -0700
-
-libpiny-perl (0.13) unstable; urgency=low
-
- * Vastly overhauled the config stuff.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Mon, 11 Oct 2010 21:55:40 -0700
-
-libpiny-perl (0.12) unstable; urgency=low
-
- * Support for per-repo configuration in the git config, section piny.
- * Support for per-repo custom http/https base URLs.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Sun, 01 Aug 2010 20:07:44 -0700
-
-libpiny-perl (0.11) unstable; urgency=low
-
- * Destroying dead repos.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Mon, 19 Jul 2010 02:30:01 -0700
-
-libpiny-perl (0.10) unstable; urgency=low
-
- * Support for the global /etc/piny.conf stuff.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Sun, 18 Jul 2010 21:23:28 -0700
-
-libpiny-perl (0.9) unstable; urgency=low
-
- * Creating new repos.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Wed, 07 Jul 2010 15:34:37 -0700
-
-libpiny-perl (0.8) unstable; urgency=low
-
- * Added apache config stuff.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Wed, 07 Jul 2010 14:26:38 -0700
-
-libpiny-perl (0.7) unstable; urgency=low
-
- * Lots more ikiwiki integration.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Wed, 07 Jul 2010 13:45:42 -0700
-
-libpiny-perl (0.6) unstable; urgency=low
-
- * Added IkiWiki::FakeSetup for manipulating IkiWiki setup scripts.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Wed, 07 Jul 2010 12:12:37 -0700
-
-libpiny-perl (0.5) unstable; urgency=low
-
- * Allow listing repos and querying access rights.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Tue, 29 Jun 2010 22:28:59 -0700
-
-libpiny-perl (0.4) unstable; urgency=low
-
- * Switch to native packaging.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Sun, 18 Apr 2010 12:33:19 -0700
-
-libpiny-perl (0.3-1) unstable; urgency=low
-
- * Fix some build-depends stuff.
- * Add group membership manipulation.
- * Add some more type constraints.
- * Fix a bug in the username detection.
- * Forbid purely-numeric usernames.
- * Use fixed paths to reach adduser and deluser.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Thu, 18 Mar 2010 16:56:24 -0700
-
-libpiny-perl (0.2-1) unstable; urgency=low
-
- * Switched to Module::Build because it seems marginally sane.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Thu, 18 Mar 2010 00:08:05 -0700
-
-libpiny-perl (0.1-1) unstable; urgency=low
-
- * Initial release.
-
- -- Julian Blake Kongslie <jblake@omgwallhack.org> Wed, 17 Mar 2010 23:44:25 -0700
diff --git a/usr/src/libpiny/debian/compat b/usr/src/libpiny/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/usr/src/libpiny/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/usr/src/libpiny/debian/control b/usr/src/libpiny/debian/control
deleted file mode 100644
index b64d8fa..0000000
--- a/usr/src/libpiny/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: libpiny-perl
-Maintainer: Julian Blake Kongslie <jblake@omgwallhack.org>
-Section: perl
-Build-depends: debhelper (>= 7)
-Priority: extra
-Standards-version: 3.8.4
-
-Package: libpiny-perl
-Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libconfig-simple-perl, libemail-valid-loose-perl, libmoose-perl, libmoosex-singleton-perl, libmoosex-strictconstructor-perl
-Description: Perl interface for the piny infrastructure
- This is a set of modules for accomplishing administrative tasks in the piny.be
- infrastructure.
diff --git a/usr/src/libpiny/debian/copyright b/usr/src/libpiny/debian/copyright
deleted file mode 100644
index db049e1..0000000
--- a/usr/src/libpiny/debian/copyright
+++ /dev/null
@@ -1,2 +0,0 @@
-Copyright © 2010 Julian Blake Kongslie <jblake@omgwallhack.org>
-Licensed under the BSD 3-clause license.
diff --git a/usr/src/libpiny/debian/rules b/usr/src/libpiny/debian/rules
deleted file mode 100755
index 2d33f6a..0000000
--- a/usr/src/libpiny/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@
diff --git a/usr/src/libpiny/debian/source/format b/usr/src/libpiny/debian/source/format
deleted file mode 100644
index 89ae9db..0000000
--- a/usr/src/libpiny/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)