Commit Graph

28 Commits

Author SHA1 Message Date
Sage Weil fd8ba5d5f2 debian: explicit postinst/postrm for shlibs
The dh_shlibdeps sees the .so in 'ceph' and incorrectly adds ldconfig to
postinst and postrm.  Which is useless and upsets lintian.  So do our
postinst/postrm magic explicitly.

Signed-off-by: Sage Weil <sage@newdream.net>
2010-07-08 08:29:53 -07:00
Sage Weil b977f4e579 debian: _do_ strip cosd 2010-07-07 15:56:25 -07:00
Sage Weil 243491ef7c debian: do not strip cosd 2010-07-07 12:50:54 -07:00
Sage Weil f6e1fd53ce debian: do not strip rados classes
Signed-off-by: Sage Weil <sage@newdream.net>
2010-07-07 07:36:50 -07:00
Sage Weil 57aeed1fde debian: add logrotate.d/ceph 2010-07-01 14:29:13 -07:00
Sage Weil ba5a0d1ff6 fetch_config: enable fetching ceph.conf from a remote location
fetch_config: always fetch if script exists and is executable

fetch_config: make /etc/ceph/sample.fetch_config +x

Makefile: fix whitespace
2010-04-20 16:38:48 -07:00
Sage Weil d2e637486e debian: clean out unused debhelper rules steps 2010-03-11 09:06:55 -08:00
Sage Weil fe58fdb71f debian: fix init script hackery
Copy src/init-ceph to debian/ceph.init _after_ we make, so that
the autoconf paths are substituted in properly.
2010-02-11 10:36:38 -08:00
Sage Weil b06b232540 debian: fixups to build inside pbuilder 2010-02-09 08:24:57 -08:00
Sage Weil 0f42df4685 debian: updated debian build scripts, changelog 2010-02-08 10:27:49 -08:00
Sage Weil 4545f8b929 debian: fix copyright to avoid lintian check
possible-gpl-code-linked-with-openssl
2009-10-28 14:05:27 -07:00
Sage Weil b279b0f4eb debian: fix -dbg packages 2009-10-28 13:16:34 -07:00
Sage Weil 751ff79555 debian: strip, put debug binaries in usr/lib/debug 2009-10-28 11:57:18 -07:00
Sage Weil 887a347fd9 debian: override openssl warning on radosgw 2009-10-28 10:48:39 -07:00
Sage Weil bd41a8dfdd debian: some lintian fixes
Note that I'm moving some library SONAME version backwards!
Otherwise we'd have to rename libceph to libceph1, etc.  And
that's lame.
2009-10-28 10:10:52 -07:00
Sage Weil c9b5eb7fbc debian: don't build ceph-kclient-source
That needs to be built from the ceph-client.git tree instead.
2009-10-06 14:00:54 -07:00
Sage Weil 464d248e35 Makefile: fix up initscript packaging 2009-07-15 14:07:37 -07:00
Sage Weil ceac0e0023 debian: new rules file. don't strip. 2009-05-11 11:02:04 -07:00
Sage Weil f0be3da63a debian: no restart on upgrade, no start 2009-03-24 16:46:21 -07:00
Sage Weil 60909dd015 debian: which gcc/g++, not fixed at 4.1 2009-03-23 14:41:33 -07:00
Sage Weil 3ef9395ebc debian: fix lintian errors (except missing man pages) 2009-03-10 13:22:51 -07:00
Sage Weil b13663e86e debian: update packages 2009-02-27 15:11:49 -08:00
Sage Weil 2608820c75 debian: include debian dir in usr/src/modules/ceph 2008-10-16 18:27:57 -07:00
Sage Weil b4a0e6ce46 debian: make ceph-source include module source
There's a bunch of weirdness in the rules file, though, that I don't understand.
What's rules.modules.in?  Why was it being populated (along with a debian dir)
in /usr/src/modules/ceph?
2008-10-16 15:33:54 -07:00
Sage Weil e9cd36644f debian: fix kernel module in source package 2008-10-16 13:53:56 -07:00
Sage Weil 924cac5260 debian: include missing items in ceph-mon, chmod +x rules 2008-08-01 16:15:55 -07:00
Brown, David M JR 524ec3947f fixes for debian directory
The patch creates several packages:

ceph: The uber package that depends on ceph-mds ceph-osd ceph-mon ceph-fuse and ceph-source
ceph-mds: The ceph meta data server daemon
ceph-osd: The ceph object storage daemon
ceph-mon: The ceph cluster monitor
ceph-fuse: The ceph fuse client
ceph-source: The source for the ceph client kernel module for use with module-assistant
ceph-misc: Some ceph misc installed binaries
ceph-doc: What little ceph documentations in the source tarball

Hopefully this is useful.

Thanks,
- David Brown
2008-07-24 10:14:24 -07:00
Sage Weil 8adc9dac1d debian packing stuffs 2008-01-28 15:33:37 -08:00