diff -Nru grace-5.1.22/debian/changelog grace-5.1.22/debian/changelog --- grace-5.1.22/debian/changelog 2011-01-24 00:07:30.000000000 +0000 +++ grace-5.1.22/debian/changelog 2011-02-04 00:15:14.000000000 +0000 @@ -1,3 +1,10 @@ +grace (1:5.1.22-9ubuntu1) natty; urgency=low + + * debian/rules, debian/grace.docs: Install upstream changelog using + dh_installchangelogs rather than dh_installdocs + + -- Alex Valavanis Fri, 04 Feb 2011 00:14:16 +0000 + grace (1:5.1.22-9) unstable; urgency=low * copyright: Update contact info and years. diff -Nru grace-5.1.22/debian/control grace-5.1.22/debian/control --- grace-5.1.22/debian/control 2011-01-23 23:33:49.000000000 +0000 +++ grace-5.1.22/debian/control 2011-02-04 00:15:16.000000000 +0000 @@ -2,7 +2,8 @@ #Format: 3.0 (quilt) Section: math Priority: optional -Maintainer: Nicholas Breen +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Nicholas Breen DM-Upload-Allowed: yes Standards-Version: 3.9.1 Build-Depends: cdbs, debhelper (>= 7.0.50~), lesstif2-dev, libxpm-dev, @@ -26,4 +27,3 @@ averages, DFT/FFT, cross/auto-correlation. Batch mode for unattended plotting. Hardcopy support for PostScript, FrameMaker and several image formats. - diff -Nru grace-5.1.22/debian/grace.docs grace-5.1.22/debian/grace.docs --- grace-5.1.22/debian/grace.docs 2010-02-06 23:09:33.000000000 +0000 +++ grace-5.1.22/debian/grace.docs 2011-02-04 00:06:33.000000000 +0000 @@ -1,4 +1,3 @@ -doc/CHANGES.html doc/GPL.html doc/philosophical-gnu-sm.jpg doc/nohelp.html diff -Nru grace-5.1.22/debian/rules grace-5.1.22/debian/rules --- grace-5.1.22/debian/rules 2011-01-24 00:05:53.000000000 +0000 +++ grace-5.1.22/debian/rules 2011-02-04 00:14:00.000000000 +0000 @@ -3,6 +3,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk +DEB_INSTALL_CHANGELOGS_ALL = CHANGES + ifeq ($(DEB_BUILD_ARCH),m68k) CFLAGS=-g -O1 $(DEB_OPT_FLAG) endif