Remove leftovers from the opt flavor.

This commit is contained in:
Michael Biebl 2012-04-15 22:40:42 +00:00
parent 21d2fd1466
commit d768fd50f7
3 changed files with 2 additions and 5 deletions

3
debian/changelog vendored
View File

@ -8,8 +8,9 @@ gtk+3.0 (3.4.1-1) UNRELEASED; urgency=low
* Update dependencies according to configure.ac.
* Drop explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop.
* Refresh patches.
* Remove leftovers from the opt flavor.
-- Michael Biebl <biebl@debian.org> Mon, 16 Apr 2012 00:36:57 +0200
-- Michael Biebl <biebl@debian.org> Mon, 16 Apr 2012 00:39:13 +0200
gtk+3.0 (3.4.0-1) experimental; urgency=low

View File

@ -1,3 +0,0 @@
# from the optimised flavor
debian/install/opt/@LIBDIR@/libgtk*.so.* @OPTLIBDIR@
debian/install/opt/@LIBDIR@/libgdk*.so.* @OPTLIBDIR@

1
debian/rules vendored
View File

@ -104,7 +104,6 @@ debian/%: debian/%.in
-e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \
-e "s#@GTK_BINARY_VERSION@#$(GTK_BINARY_VERSION)#g" \
-e "s#@LIBDIR@#$(LIBDIR)#g" \
-e 's#@OPTLIBDIR@#$(OPTLIBDIR)#g' \
-e 's#@CONFDIR@#$(CONFDIR)#g' \
-e "s#@MODULES_BASE_PATH@#$(MODULES_BASE_PATH)#g" \
-e "s#@OLD_MODULES_BASE_PATH@#$(OLD_MODULES_BASE_PATH)#g" \