diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-10-19 13:23:52 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-10-19 13:23:52 +0300 |
commit | f57e4dc537cc669be2c91dce7464731786909780 (patch) | |
tree | b5eb810a7d6821b66f9fd0cfb5a2a1c3a6a5d427 /libc/debian | |
parent | 6395513c7598b0a8be21f8ec710a8d36bfddd53c (diff) | |
download | illumos-packaging-f57e4dc537cc669be2c91dce7464731786909780.tar.gz |
libc (4.3.1.git.35107df-1)
Diffstat (limited to 'libc/debian')
-rw-r--r-- | libc/debian/changelog | 4 | ||||
-rw-r--r-- | libc/debian/control | 3 | ||||
-rwxr-xr-x | libc/debian/rules | 3 | ||||
-rw-r--r-- | libc/debian/source/format | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/libc/debian/changelog b/libc/debian/changelog index 719b91d..df1dfc5 100644 --- a/libc/debian/changelog +++ b/libc/debian/changelog @@ -1,8 +1,8 @@ -libc (4.3.1.git.35107df-0.1) unstable; urgency=medium +libc (4.3.1.git.35107df-1) unstable; urgency=medium * Use 3.0 (quilt) format with new dh_illumos_gate - -- Igor Pashev <pashev.igor@gmail.com> Sun, 18 Oct 2015 10:39:45 +0300 + -- Igor Pashev <pashev.igor@gmail.com> Mon, 19 Oct 2015 13:20:52 +0300 libc (4.3+18) UNRELEASED; urgency=medium diff --git a/libc/debian/control b/libc/debian/control index 1c17365..1a6ed64 100644 --- a/libc/debian/control +++ b/libc/debian/control @@ -6,11 +6,10 @@ Build-Depends: bison, ctfutils, debhelper, - dh-illumos ( >= 9.5.10 ), + dh-illumos ( >= 9.6.1 ), dtrace-dev, flex, gcc-multilib, - illumos-source-4.3, ksh, m4, onbld, diff --git a/libc/debian/rules b/libc/debian/rules index b40353d..90f19b2 100755 --- a/libc/debian/rules +++ b/libc/debian/rules @@ -9,6 +9,7 @@ include /usr/share/dpkg/buildflags.mk export DH_VERBOSE = 1 CC = gcc +VERSION := $(shell dpkg-parsechangelog | perl -ne '/Version:\s+(.+)-[^-]+/ && print $1') # We must have this libraries so packages can be compiled, # but if we just use filters provided by illumos gate, it causes @@ -147,7 +148,7 @@ create-orig: $(ILLUMOS_GATE) test-orig: create-orig ./debian/rules clean rm -rf usr .pc - tar xf ../libc_4.3.1.git.35107df.orig.tar.xz --strip=1 + tar xf ../libc_$(VERSION).orig.tar.xz --strip=1 quilt push -a ./debian/rules build fakeroot ./debian/rules binary diff --git a/libc/debian/source/format b/libc/debian/source/format index 89ae9db..163aaf8 100644 --- a/libc/debian/source/format +++ b/libc/debian/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt) |