Include all the scripts for the Debian packages.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 30 Oct 2010 17:09:03 +0000 (17:09 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 30 Oct 2010 17:09:03 +0000 (17:09 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2922 94cd875c-1c1d-0410-91d2-eb244daf1a30

debian/Makefile-files
debian/rules
debian/util-vserver-legacy.postrm [changed mode: 0644->0755]

index 4a13024..d42243a 100644 (file)
@@ -24,7 +24,16 @@ EXTRA_DIST +=        debian/rules \
                debian/copyright \
                debian/docs \
                debian/changelog.in \
-               debian/changelog
+               debian/changelog \
+               debian/util-vserver.postinst \
+               debian/util-vserver.postrm \
+               debian/util-vserver-build.postinst \
+               debian/util-vserver-sysv.postinst \
+               debian/util-vserver-sysv.postrm \
+               debian/util-vserver-sysv.prerm \
+               debian/util-vserver-legacy.postinst \
+               debian/util-vserver-legacy.postrm \
+               debian/util-vserver-legacy.prerm
 
 #CLEANFILES += debian/changelog
 
index 3124d86..b35edab 100755 (executable)
@@ -28,4 +28,5 @@ override_dh_auto_test:
 
 override_dh_auto_install:
        dh_auto_install
+       make DESTDIR=$(CURDIR)/debian/tmp install-distribution
        contrib/make-deb-manifest util-vserver debian contrib/manifest.dat files
old mode 100644 (file)
new mode 100755 (executable)