From dcbaf729cbfddcb1915f979ffbc7be3874519e66 Mon Sep 17 00:00:00 2001 From: ley Date: Wed, 17 Nov 2004 13:33:53 +0000 Subject: [PATCH] Slightly rearrange make order Put correct major version of libsope-gdl1 into control file git-svn-id: http://svn.opengroupware.org/SOPE/trunk@380 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- debian/control | 6 +++--- debian/rules | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 09d363a4..73798555 100644 --- a/debian/control +++ b/debian/control @@ -183,12 +183,12 @@ Description: SOPE libraries for iCal handling The SOPE libraries for iCal handling contain classes for iCalendar and vCard objects. -Package: libsope-gdl1-1.1-dev +Package: libsope-gdl1-4.5-dev Section: libdevel Architecture: any Provides: libsope-gdl1-dev Conflicts: libsope-gdl1-dev -Depends: libsope-gdl1-1.1 (= ${Source-Version}) +Depends: libsope-gdl1-4.5 (= ${Source-Version}) Description: Development files for the GNUstep database libraries SOPE is a framework for developing web applications and services. The name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE. @@ -196,7 +196,7 @@ Description: Development files for the GNUstep database libraries This package contains the header files for SOPE's fork of the GNUstep database libraries. -Package: libsope-gdl1-1.1 +Package: libsope-gdl1-4.5 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/rules b/debian/rules index 2b72a4b6..c8636a6a 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif -controlfiles: controlfiles-stamp +controlfiles: controlfiles-stamp debian/control controlfiles-stamp: debian/rules clean-controlfiles for f in debian/*_SOPEVER_*; do \ newname=$$(echo $$f | sed s/_SOPEVER_/$(SOPEVER)/ ); \ @@ -52,7 +52,7 @@ clean-controlfiles: debian/control: debian/control.in debian/rules sed -e s/_SOPEVER_/$(SOPEVER)/g < debian/control.in > debian/control -build: build-stamp debian/control controlfiles +build: build-stamp controlfiles build-stamp: patch-stamp dh_testdir -- 2.39.5