[sheepdog] [PATCH stable-0.6 0/6] stable-0.6 update for debian packaging

Hitoshi Mitake mitake.hitoshi at lab.ntt.co.jp
Fri Jul 19 08:07:24 CEST 2013


Recently, patches for creating debian package of sheepdog are applied
to master branch. These patches are pushed to stable-0.6, because
packaging is important for stable branch.

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.10.4




More information about the sheepdog mailing list