rename data to src

This commit is contained in:
Dietmar Maurer 2015-02-27 16:57:20 +01:00
parent 47e4eb1129
commit b51b16e6f5
17 changed files with 10 additions and 2 deletions

View File

@ -27,7 +27,7 @@ dinstall: deb
.PHONY: deb
deb ${DEB}:
rm -rf build
rsync -a data/ build
rsync -a src/ build
rsync -a debian/ build/debian
echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
cd build; dpkg-buildpackage -rfakeroot -b -us -uc

View File

@ -12,7 +12,15 @@ lintian libdevel-cycle-perl libjson-perl libcommon-sense-perl \
liblinux-inotify2-perl libio-stringy-perl libstring-shellquote-perl \
dh-systemd rpm2cpio libsqlite3-dev sqlite3 libglib2.0-dev librrd-dev \
librrds-perl rrdcached libdigest-hmac-perl libxml-parser-perl \
gdb
gdb libcrypt-openssl-random-perl libcrypt-openssl-rsa-perl \
libnet-ldap-perl libauthen-pam-perl libjson-xs-perl libterm-readline-gnu-perl oathtool libmime-base32-perl liboath0 libpci-dev texi2html libsdl1.2-dev \
libgnutls28-dev libspice-protocol-dev xfslibs-dev libnuma-dev libaio-dev \
libspice-server-dev libusbredirparser-dev glusterfs-common libusb-1.0-0-dev \
librbd-dev libpopt-dev iproute bridge-utils numactl glusterfs-common \
ceph-common python-ceph libgoogle-perftools4 libfile-chdir-perl lvm2 \
glusterfs-client liblockfile-simple-perl libsystemd-daemon-dev \
libreadline-gplv2-dev libio-multiplex-perl libnetfilter-log-dev \
libipset3 ipset socat libsasl2-dev
# old wheezy depends
apt-get -y install build-essential git-core debhelper autotools-dev \