[sheepdog] [PATCH v4 0/6] add support for deb package generation

MORITA Kazutaka morita.kazutaka at gmail.com
Fri Jul 19 06:25:56 CEST 2013


From: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>

v4:
 - update style problems

v3:
 - update upstream contact addresses

v2:
 - remove translation files
 - output the generated package to the current directory


MORITA Kazutaka (6):
  import debian directory maintained by debian package team
  Makefile: add support for deb package generation
  debian: update outdated information
  debian: add missing db_stop
  debian: disable automatic start by default
  debian: output deb to the current directory

 Makefile.am                     |    8 +++
 debian/.gitignore               |    9 +++
 debian/compat                   |    1 +
 debian/control                  |   29 ++++++++
 debian/copyright                |   35 +++++++++
 debian/debian-sheepdog-default  |   20 ++++++
 debian/docs                     |    1 +
 debian/gbp.conf                 |    8 +++
 debian/rules                    |   63 ++++++++++++++++
 debian/sheepdog.bash-completion |    1 +
 debian/sheepdog.config          |   19 +++++
 debian/sheepdog.init            |  151 +++++++++++++++++++++++++++++++++++++++
 debian/sheepdog.install         |    1 +
 debian/sheepdog.postinst        |   29 ++++++++
 debian/sheepdog.postrm          |   11 +++
 debian/sheepdog.templates       |   32 +++++++++
 debian/source/format            |    1 +
 debian/watch                    |    2 +
 18 files changed, 421 insertions(+)
 create mode 100644 debian/.gitignore
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/debian-sheepdog-default
 create mode 100644 debian/docs
 create mode 100644 debian/gbp.conf
 create mode 100755 debian/rules
 create mode 100644 debian/sheepdog.bash-completion
 create mode 100644 debian/sheepdog.config
 create mode 100644 debian/sheepdog.init
 create mode 100644 debian/sheepdog.install
 create mode 100644 debian/sheepdog.postinst
 create mode 100644 debian/sheepdog.postrm
 create mode 100644 debian/sheepdog.templates
 create mode 100644 debian/source/format
 create mode 100644 debian/watch

-- 
1.7.9.5




More information about the sheepdog mailing list