[PATCH] Package djabberd for debian

Nick Andrew nick at nick-andrew.net
Sat Jul 5 10:25:23 UTC 2008


This is a request for comments on this patch; it's still incomplete
and possibly wrong in some respects. I've added the control files
to build djabberd and a bunch of related packages for debian. I
haven't tested anything.

Any and all suggestions are welcome, including improved descriptions
on the packages, better layout, handling of the non-perl files which
are currently simply omitted from the build, etc.

You can follow my progress by browsing my github repository:

    http://github.com/nickandrew/nick-djabberd/tree

And this particular commit:

    http://github.com/nickandrew/nick-djabberd/commit/b06d9c73ba0f090a3557dde1c97b7f8b9625968b

I'll be developing in the "debian-packaging" branch but because I'm
using StGit for patch management, there's likely to be only the one
commit on top of master, and the commit will change as I improve the
patch.

Nick.
---

Nick Andrew (1):
      Package up djabberd for debian


 debian/changelog                             |    5 +
 debian/compat                                |    1 
 debian/control                               |  105 ++++++++++++++++++++++++++
 debian/djabberd-authen-htdigest.install      |    1 
 debian/djabberd-authen-mysql.install         |    1 
 debian/djabberd-authen-pam.install           |    1 
 debian/djabberd-livejournal.install          |    1 
 debian/djabberd-misc.install                 |    1 
 debian/djabberd-muc.install                  |    1 
 debian/djabberd-rosterstorage-sqlite.install |    1 
 debian/djabberd-webadmin.install             |    1 
 debian/djabberd.install                      |    1 
 debian/libdjabberd-bot-eliza-perl.install    |    1 
 debian/libdjabberd-plugin-vcard-perl.install |    1 
 debian/rules                                 |   86 +++++++++++++++++++++
 15 files changed, 208 insertions(+), 0 deletions(-)
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/djabberd-authen-htdigest.install
 create mode 100644 debian/djabberd-authen-mysql.install
 create mode 100644 debian/djabberd-authen-pam.install
 create mode 100644 debian/djabberd-livejournal.install
 create mode 100644 debian/djabberd-misc.install
 create mode 100644 debian/djabberd-muc.install
 create mode 100644 debian/djabberd-rosterstorage-sqlite.install
 create mode 100644 debian/djabberd-webadmin.install
 create mode 100644 debian/djabberd.install
 create mode 100644 debian/libdjabberd-bot-eliza-perl.install
 create mode 100644 debian/libdjabberd-plugin-vcard-perl.install
 create mode 100755 debian/rules

-- 
Signature


More information about the Djabberd mailing list