Skip to content

Commit 6f35bb2

Browse files
committed
items 2 and 8 of #71
1 parent b3df01e commit 6f35bb2

File tree

8 files changed

+9
-11
lines changed

8 files changed

+9
-11
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yices2 (2.6.0-8) unstable; urgency=medium
1+
yices2 (2.6.0-1) unstable; urgency=medium
22

33
* Initial release. (Closes: #864786)
44

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Maintainer: Ian A. Mason <iam@csl.sri.com>
33
Section: misc
44
Priority: optional
55
Standards-Version: 3.9.8
6-
Build-Depends: debhelper (>= 10), dh-autoreconf (>= 10), gperf, libgmp-dev, libpoly-dev
6+
Build-Depends: debhelper (>= 10), dh-autoreconf (>= 10), gperf, libgmp-dev, libpoly-dev, dh-exec
77
Homepage: http://yices.csl.sri.com/
88

99

debian/libyices2.6.install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#! /usr/bin/dh-exec
2+
3+
debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libyices.so.* usr/lib/${DEB_HOST_MULTIARCH}

debian/libyices2.6.install.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/rules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
override_dh_auto_configure:
99
dh_auto_configure -- --prefix=/usr --host=$(DEB_HOST_MULTIARCH) --enable-mcsat
10-
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' \
11-
debian/libyices2.6.install.in > debian/libyices2.6.install
12-
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' \
13-
debian/yices2.install.in > debian/yices2.install
14-
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' \
15-
debian/yices2-dev.install.in > debian/yices2-dev.install
1610

1711
override_dh_auto_build:
1812
$(MAKE) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" STRIP=echo ARCH=$(DEB_HOST_MULTIARCH)

debian/yices2-dev.install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /usr/bin/dh-exec
2+
3+
debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/*.so usr/lib/${DEB_HOST_MULTIARCH}
4+
debian/tmp/usr/include/* usr/include

debian/yices2-dev.install.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)