diff options
author | Brian Nelson <pyro@debian.org> | 2005-08-19 23:17:04 +0000 |
---|---|---|
committer | Brian Nelson <pyro@debian.org> | 2005-08-19 23:17:04 +0000 |
commit | 336946dd32794421e742b96ea9183ad6923ad2d0 (patch) | |
tree | 565b57fa6e61a29acfd55bf376fe804d12ce766e | |
parent | 318730c5634db3c32b5c0e9ee766df329826203f (diff) | |
download | qt4-x11-336946dd32794421e742b96ea9183ad6923ad2d0.tar.gz |
* New upstream release
* Install changes-4.0.1 as upstream changelog
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 826bab9..403b626 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ -qt4-x11 (4.0.0-4) UNRELEASED; urgency=low +qt4-x11 (4.0.1-1) UNRELEASED; urgency=low + * New upstream release + + * Install changes-4.0.1 as upstream changelog + * debian/manpages/assistant-qt4.1: new manpage written from scratch based on the output of "assistant -help" @@ -15,7 +19,7 @@ qt4-x11 (4.0.0-4) UNRELEASED; urgency=low * debian/control: made qt4-dev-tools recommend qt4-doc, since assisant needs it to be useful (Closes: #323251) - -- Brian Nelson <pyro@debian.org> Mon, 15 Aug 2005 12:58:01 -0700 + -- Brian Nelson <pyro@debian.org> Fri, 19 Aug 2005 16:10:25 -0700 qt4-x11 (4.0.0-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index de079ff..3e152fe 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ DEB_MAKE_INSTALL_TARGET := INSTALL_ROOT=$(DEB_DESTDIR) install DEB_DH_INSTALL_SOURCEDIR := debian/tmp DEB_MAKE_CLEAN_TARGET := distclean DEB_DH_MAKESHLIBS_ARGS_ALL := -V -DEB_INSTALL_CHANGELOGS_ALL := +DEB_INSTALL_CHANGELOGS_ALL := changes-4.0.1 common-configure-arch:: |