Gitweb links:

...log 
http://git.netsurf-browser.org/packaging/debian.git/shortlog/40d7395473038d87b2d863b6c255db2c2e9ab3ac
...commit 
http://git.netsurf-browser.org/packaging/debian.git/commit/40d7395473038d87b2d863b6c255db2c2e9ab3ac
...tree 
http://git.netsurf-browser.org/packaging/debian.git/tree/40d7395473038d87b2d863b6c255db2c2e9ab3ac

The branch, master has been updated
       via  40d7395473038d87b2d863b6c255db2c2e9ab3ac (commit)
      from  c02055845bf8068866d9628808a5162aecc4afed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/packaging/debian.git/commit/?id=40d7395473038d87b2d863b6c255db2c2e9ab3ac
commit 40d7395473038d87b2d863b6c255db2c2e9ab3ac
Author: Vincent Sanders <vi...@kyllikki.org>
Commit: Vincent Sanders <vi...@kyllikki.org>

    add verbose flags to build

diff --git a/rules b/rules
index a3b3ec2..4348a4c 100755
--- a/rules
+++ b/rules
@@ -12,8 +12,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
        dh $@ 
 
 override_dh_auto_build:
-       dh_auto_build -- PREFIX=/usr TARGET=gtk
-       dh_auto_build -- PREFIX=/usr TARGET=framebuffer
+       dh_auto_build -- V=1 PREFIX=/usr TARGET=gtk
+       dh_auto_build -- V=1 PREFIX=/usr TARGET=framebuffer
 
 override_dh_auto_install:
        dh_auto_install -- PREFIX=/usr TARGET=gtk


-----------------------------------------------------------------------

Summary of changes:
 rules |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules b/rules
index a3b3ec2..4348a4c 100755
--- a/rules
+++ b/rules
@@ -12,8 +12,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
        dh $@ 
 
 override_dh_auto_build:
-       dh_auto_build -- PREFIX=/usr TARGET=gtk
-       dh_auto_build -- PREFIX=/usr TARGET=framebuffer
+       dh_auto_build -- V=1 PREFIX=/usr TARGET=gtk
+       dh_auto_build -- V=1 PREFIX=/usr TARGET=framebuffer
 
 override_dh_auto_install:
        dh_auto_install -- PREFIX=/usr TARGET=gtk


-- 
Debian Packaging for NetSurf

_______________________________________________
netsurf-commits mailing list
netsurf-commits@netsurf-browser.org
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to