]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: include radosgw init script in package
authorSage Weil <sage@newdream.net>
Mon, 26 Sep 2011 18:04:25 +0000 (11:04 -0700)
committerSage Weil <sage@newdream.net>
Mon, 26 Sep 2011 18:04:25 +0000 (11:04 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
debian/rules

index e604c2e0930b292afd53d90b7998868e934fee61..78f807347ecd4a3fa639639a88eafb1b1424b696 100755 (executable)
@@ -55,6 +55,7 @@ build-stamp: configure-stamp
                --sysconfdir=/etc $(extraopts) $(confflags)
        $(MAKE)
        cp src/init-ceph debian/ceph.init
+       cp src/init-radosgw debian/radosgw.init
        cp src/logrotate.conf debian/ceph.logrotate
 
        touch $@
@@ -69,7 +70,7 @@ clean:
          ltmain.sh missing
        rm -f configure Makefile.in man/Makefile.in src/Makefile.in
        rm -f src/acconfig.h.in
-       rm -f debian/ceph.init debian/ceph.logrotate
+       rm -f debian/ceph.init debian/radosgw.init debian/ceph.logrotate
 
        dh_clean