From 2f296162b447996eb51625b9c3d28463d97f32c3 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 28 Sep 2006 16:09:33 +0000 Subject: [PATCH 1/1] Minor style enhancements. --- debian/copyright | 4 ++-- debian/rules | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/copyright b/debian/copyright index f0181d1..7cffe7c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,12 +20,12 @@ License: This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/rules b/debian/rules index 7b9f7bd..8af679a 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ build: build-stamp build-stamp: dh_testdir - $(MAKE) all doc + CFLAGS="$(FLAGS)" $(MAKE) all doc touch build-stamp @@ -35,7 +35,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_clean -k dh_installdirs $(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig \ @@ -47,6 +47,7 @@ binary-indep: binary-arch: build install dh_testdir dh_testroot + dh_installchangelogs dh_installdocs BUGS TODO manual.pdf dh_link dh_strip -- 2.30.2