[maemo-commits] [maemo-commits] r16594 - projects/haf/trunk/totem-pl-parser/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Nov 6 15:08:12 EET 2008
- Previous message: [maemo-commits] r16593 - projects/haf/trunk/totem-pl-parser
- Next message: [maemo-commits] r16595 - projects/haf/trunk/pango1.0/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: ifrade Date: 2008-11-06 15:08:11 +0200 (Thu, 06 Nov 2008) New Revision: 16594 Modified: projects/haf/trunk/totem-pl-parser/debian/rules Log: Call autogen automatically from dpkg-buildpackage Modified: projects/haf/trunk/totem-pl-parser/debian/rules =================================================================== --- projects/haf/trunk/totem-pl-parser/debian/rules 2008-11-06 13:07:46 UTC (rev 16593) +++ projects/haf/trunk/totem-pl-parser/debian/rules 2008-11-06 13:08:11 UTC (rev 16594) @@ -9,6 +9,13 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --disable-camel-i-know-what-im-doing +SOURCE_DIR=$(CURDIR) + +config.status: $(SOURCE_DIR)/configure + +$(SOURCE_DIR)/configure: + $(SOURCE_DIR)/autogen.sh + libtotem-plparserN := $(shell sed -rn 's/Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control) DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.21.92)'
- Previous message: [maemo-commits] r16593 - projects/haf/trunk/totem-pl-parser
- Next message: [maemo-commits] r16595 - projects/haf/trunk/pango1.0/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]