./libwpeditor-plus/debian r5: Misc cosmetic cleanups (whitespaces and such).
Loïc Minier
lool at dooz.org
Thu Aug 14 13:47:15 UTC 2008
------------------------------------------------------------
revno: 5
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-14 15:47:15 +0200
message:
Misc cosmetic cleanups (whitespaces and such).
modified:
debian/changelog
debian/control
debian/copyright
debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-08-14 13:38:01 +0000
+++ b/debian/changelog 2008-08-14 13:47:15 +0000
@@ -22,6 +22,7 @@
to shlibs:Deps.
* Version the libwpeditor-plus0 dep of libwpeditor-plus-dev on
${binary:Version} per policy.
+ * Misc cosmetic cleanups (whitespaces and such).
-- Jonny Lamb <jonnylamb at jonnylamb.com> Mon, 23 Jun 2008 01:26:26 +0100
=== modified file 'debian/control'
--- a/debian/control 2008-08-14 13:38:01 +0000
+++ b/debian/control 2008-08-14 13:47:15 +0000
@@ -5,7 +5,7 @@
Uploaders: Loic Minier <lool at dooz.org>,
Jonny Lamb <jonnylamb at jonnylamb.com>,
Riku Voipio <riku.voipio at iki.fi>
-XSBC-Original-Maintainer: Dirk-Jan C. Binnema <dirk-jan.binnema at nokia.com>
+XSBC-Original-Maintainer: Dirk-Jan C. Binnema <dirk-jan.binnema at nokia.com>
Build-Depends: debhelper (>= 5),
gnome-common,
libgtk2.0-dev,
=== modified file 'debian/copyright'
--- a/debian/copyright 2008-07-04 13:20:13 +0000
+++ b/debian/copyright 2008-08-14 13:47:15 +0000
@@ -23,7 +23,7 @@
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public
License along with this software; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
=== modified file 'debian/rules'
--- a/debian/rules 2008-07-04 13:20:13 +0000
+++ b/debian/rules 2008-08-14 13:47:15 +0000
@@ -3,16 +3,16 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-CFLAGS = -Wall -g
-
-configure_flags := --host=$(DEB_HOST_GNU_TYPE) \
- --build=$(DEB_BUILD_GNU_TYPE) \
- --prefix=/usr \
- --libdir=/usr/lib \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
-
+configure_flags += \
+ --host=$(DEB_HOST_GNU_TYPE) \
+ --build=$(DEB_BUILD_GNU_TYPE) \
+ --prefix=/usr \
+ --libdir=/usr/lib \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+
+CFLAGS += -Wall -g
CFLAGS += -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
CFLAGS += $(if $(findstring thumb,$(DEB_BUILD_OPTIONS)),-mthumb)
INSTALL_PROGRAM += $(if $(findstring nostrip,$(DEB_BUILD_OPTIONS)),-s)
@@ -39,12 +39,12 @@
cp -f /usr/share/misc/config.sub config.sub
-test -r /usr/share/misc/config.guess && test -r config.guess && \
cp -f /usr/share/misc/config.guess config.guess
- dh_clean
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_clean -k
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
@@ -70,4 +70,4 @@
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install
More information about the pkg-maemo-commits
mailing list