summaryrefslogtreecommitdiff
path: root/libpiny/debian
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2010-10-29 19:46:24 -0500
committerBryan Bishop <kanzure@gmail.com>2010-10-29 19:46:24 -0500
commit7786ce2a332b0eba4b3ca7c57f906a32e8715da3 (patch)
tree5a9fe32b69a93f41ae2ac82a50788fe50c0d86fb /libpiny/debian
parent413373be9ab30eb21b564cdc180cb2dcda77bfeb (diff)
downloadpiny-code-7786ce2a332b0eba4b3ca7c57f906a32e8715da3.tar.gz
piny-code-7786ce2a332b0eba4b3ca7c57f906a32e8715da3.zip
Starting repo cleanup to make this not so awful
Diffstat (limited to 'libpiny/debian')
-rw-r--r--libpiny/debian/changelog89
-rw-r--r--libpiny/debian/compat1
-rw-r--r--libpiny/debian/control13
-rw-r--r--libpiny/debian/copyright2
-rwxr-xr-xlibpiny/debian/rules4
-rw-r--r--libpiny/debian/source/format1
6 files changed, 110 insertions, 0 deletions
diff --git a/libpiny/debian/changelog b/libpiny/debian/changelog
new file mode 100644
index 0000000..e97c2fe
--- /dev/null
+++ b/libpiny/debian/changelog
@@ -0,0 +1,89 @@
+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/libpiny/debian/compat b/libpiny/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/libpiny/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/libpiny/debian/control b/libpiny/debian/control
new file mode 100644
index 0000000..b64d8fa
--- /dev/null
+++ b/libpiny/debian/control
@@ -0,0 +1,13 @@
+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/libpiny/debian/copyright b/libpiny/debian/copyright
new file mode 100644
index 0000000..db049e1
--- /dev/null
+++ b/libpiny/debian/copyright
@@ -0,0 +1,2 @@
+Copyright © 2010 Julian Blake Kongslie <jblake@omgwallhack.org>
+Licensed under the BSD 3-clause license.
diff --git a/libpiny/debian/rules b/libpiny/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/libpiny/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/libpiny/debian/source/format b/libpiny/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/libpiny/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)