]> git.proxmox.com Git - pve-cluster.git/commitdiff
buildsys: perlapi-X.Y gets set automatically by dh, so drop manual replace
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 May 2019 17:12:32 +0000 (19:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 May 2019 17:12:32 +0000 (19:12 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/control [new file with mode: 0644]
debian/control.in [deleted file]

index dac65a16576df1bd363b9aa2c5be8deb5ae11af4..1f0f54103d84fdb1d683646c57139a25dbf91966 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,6 @@ ${DEB}:
        rm -rf build
        cp -a data build
        cp -a debian build/debian
-       sed -e "s|@PERLAPI@|perlapi-$(PERL_APIVER)|g" debian/control.in > build/debian/control
        echo "git clone git://git.proxmox.com/git/pve-cluster.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
        cd build; dpkg-buildpackage -rfakeroot -b -us -uc
        lintian ${DEB}
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..b3410d2
--- /dev/null
@@ -0,0 +1,54 @@
+Source: pve-cluster
+Section: admin
+Priority: optional
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Build-Depends: check,
+               libcorosync-common-dev,
+               debhelper (>= 10),
+               libcmap-dev (>= 0.17.1-1),
+               libcpg-dev (>= 2.3.4-1),
+               libdigest-hmac-perl,
+               libfuse-dev (>= 2.9.2-4),
+               libglib2.0-dev (>= 2.42.1-1),
+               libpve-apiclient-perl,
+               libpve-common-perl (>= 5.0-28),
+               libqb-dev (>= 0.17.1-1),
+               libquorum-dev (>= 2.3.4-1),
+               librrd-dev,
+               librrds-perl,
+               libsqlite3-dev,
+               libuuid-perl,
+               pve-doc-generator (>= 5.3-3),
+               rrdcached,
+               sqlite3,
+Standards-Version: 4.3.0
+
+Package: pve-cluster
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends},
+Depends: corosync (>= 2.3.4-1),
+         faketime,
+         fuse,
+         libcrypt-ssleay-perl,
+         libdigest-hmac-perl,
+         libfuse2 (>= 2.9.2-4),
+         libglib2.0-0 (>= 2.42.1-1),
+         libpve-apiclient-perl,
+         libpve-common-perl (>= 5.0-28),
+         libqb0 (>= 0.17.1-1),
+         librrds-perl,
+         libsqlite3-0,
+         libuuid-perl,
+         openssl,
+         rrdcached,
+         rsync,
+         sqlite3,
+         systemd,
+         ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+Breaks: pve-ha-manager (<<2.0-4),
+Description: Cluster Infrastructure for Proxmox Virtual Environment
+ This package contains the Cluster Infrastructure for the Proxmox
+ Virtual Environment, namely a distributed filesystem to store
+ configuration data on all nodes.
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644 (file)
index 1990176..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-Source: pve-cluster
-Section: admin
-Priority: optional
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: check,
-               libcorosync-common-dev,
-               debhelper (>= 10),
-               libcmap-dev (>= 0.17.1-1),
-               libcpg-dev (>= 2.3.4-1),
-               libdigest-hmac-perl,
-               libfuse-dev (>= 2.9.2-4),
-               libglib2.0-dev (>= 2.42.1-1),
-               libpve-apiclient-perl,
-               libpve-common-perl (>= 5.0-28),
-               libqb-dev (>= 0.17.1-1),
-               libquorum-dev (>= 2.3.4-1),
-               librrd-dev,
-               librrds-perl,
-               libsqlite3-dev,
-               libuuid-perl,
-               pve-doc-generator (>= 5.3-3),
-               rrdcached,
-               sqlite3,
-Standards-Version: 4.3.0
-
-Package: pve-cluster
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends},
-Depends: corosync (>= 2.3.4-1),
-         faketime,
-         fuse,
-         libcrypt-ssleay-perl,
-         libdigest-hmac-perl,
-         libfuse2 (>= 2.9.2-4),
-         libglib2.0-0 (>= 2.42.1-1),
-         libpve-apiclient-perl,
-         libpve-common-perl (>= 5.0-28),
-         libqb0 (>= 0.17.1-1),
-         librrds-perl,
-         libsqlite3-0,
-         libuuid-perl,
-         openssl,
-         rrdcached,
-         rsync,
-         sqlite3,
-         systemd,
-         ${misc:Depends},
-         ${perl:Depends},
-         ${shlibs:Depends},
-         @PERLAPI@,
-Breaks: pve-ha-manager (<<2.0-4),
-Description: Cluster Infrastructure for Proxmox Virtual Environment
- This package contains the Cluster Infrastructure for the Proxmox
- Virtual Environment, namely a distributed filesystem to store
- configuration data on all nodes.