diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-02-09 00:35:26 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-02-09 00:35:26 +0400 |
commit | 9e5181a39634f9267dcf93eeed760e00465617a9 (patch) | |
tree | a6b8a2cd7753bbf3514fd0a0266acc7964c46a0e | |
parent | 345ab7da8b3f60ca2888c63909eae09472be6146 (diff) | |
download | illumos-source-9e5181a39634f9267dcf93eeed760e00465617a9.tar.gz |
illumos-source-4.2 (4.2) UNRELEASED
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f4bbfe1..156dff0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +illumos-source-4.2 (4.2) UNRELEASED; urgency=medium + + * New upstream snapshot + + -- Igor Pashev <pashev.igor@gmail.com> Sat, 08 Feb 2014 21:16:51 +0400 + illumos-source-2.10 (2.10) unstable; urgency=low * Initial release. diff --git a/debian/rules b/debian/rules index 626b694..4979025 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ ChangeLog: checkout build-arch build-indep build: -debian/control: debian/control.in +debian/control: debian/control.in debian/rules sed 's,@VER@,$(VER),g' $< > $@ binary-arch binary-indep binary: binary-stamp @@ -55,7 +55,7 @@ install-stamp: illumos-gate-$(VER).tar.xz ChangeLog dh_installchangelogs ChangeLog touch $@ -clean: +clean: debian/control dh_clean rm -f ChangeLog rm -f checkout |