mirror of
https://git.proxmox.com/git/pve-common
synced 2025-06-13 14:09:13 +00:00
rename data to src
This commit is contained in:
parent
47e4eb1129
commit
b51b16e6f5
2
Makefile
2
Makefile
@ -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
|
||||
|
10
README.dev
10
README.dev
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user