[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiz-fusion-bcop: Changes to 'debian-unstable'



 VERSION          |    2 +-
 debian/changelog |   10 ++++++++++
 debian/control   |    2 +-
 debian/gbp.conf  |    8 ++++++++
 debian/rules     |    8 ++++----
 src/bcop.in      |    2 +-
 6 files changed, 25 insertions(+), 7 deletions(-)

New commits:
commit fafb2e9d9f9981ddfd7055bbfa568c578e87fb89
Author: Sean Finney <seanius@debian.org>
Date:   Sun Apr 5 22:17:59 2009 +0200

    prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 49b5c95..3f0fa31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+compiz-fusion-bcop (0.8.2-1) unstable; urgency=low
+
+  * New upstream release
+  * add gbp.conf for use with git-buildpackage
+  * lintian fixes:
+    - update Standards-Version to 3.8.1
+    - build binary in binary-indep, not binary-arch
+
+ -- Sean Finney <seanius@debian.org>  Sun, 05 Apr 2009 22:16:11 +0200
+
 compiz-fusion-bcop (0.7.6-1) unstable; urgency=low
 
   * New upstream release.

commit 103120002a9c3019b5d1f8c578a00d95b406e967
Author: Sean Finney <seanius@debian.org>
Date:   Sun Apr 5 22:15:44 2009 +0200

    build binary in binary-indep, not binary-arch

diff --git a/debian/rules b/debian/rules
index 23da5d0..9abd9e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,12 +32,12 @@ install: build
 	dh_installdirs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/compiz-fusion-bcop install
 
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
 # Build architecture-dependent files here.
 binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 #	uncomment if upstream ever puts anything in it...

commit c4204dbc974fa5b6549d59eefe4f8d0d62733195
Author: Sean Finney <seanius@debian.org>
Date:   Sun Apr 5 22:02:08 2009 +0200

    update Standards-Version to 3.8.1

diff --git a/debian/control b/debian/control
index 6304f1d..56596f0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: extra
 Maintainer: Sean Finney <seanius@debian.org>
 Build-Depends: autoconf, automake1.9, debhelper (>= 5), intltool, libglib2.0-dev, libxslt1-dev, pkg-config
-Standards-Version: 3.7.2
+Standards-Version: 3.8.1
 
 Package: compiz-fusion-bcop
 Architecture: all

commit 22183f118f50747b33c2b86d6f60ccabc0759ff4
Author: Sean Finney <seanius@debian.org>
Date:   Sun Apr 5 22:00:48 2009 +0200

    add gbp.conf for use with git-buildpackage

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..5721c00
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+[DEFAULT]
+debian-branch = debian-unstable
+debian-tag = compiz-fusion-bcop-%(version)s
+upstream-branch = upstream-unstable
+upstream-tag = %(version)s
+
+[git-dch]
+meta = 1

commit 436a8858618a9dcb8cda6025c81f1dccb004e1d6
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Mon Mar 9 15:43:35 2009 +0100

    * Bump version to 0.8.2

diff --git a/VERSION b/VERSION
index 1357b31..2dcc312 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.7.9
+VERSION=0.8.2

commit 40aec5975dda0a1d3eb4d5483636f4f4b12f11f9
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Sep 23 13:34:19 2008 +0200

    * Bump version to 0.7.9

diff --git a/VERSION b/VERSION
index 38e4baa..1357b31 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.7.8
+VERSION=0.7.9

commit 8c1190f17e730ee57eebbf39f350b1ef871015ca
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Sep 23 13:34:17 2008 +0200

    * Bump version to 0.7.8

diff --git a/VERSION b/VERSION
index fce301a..38e4baa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.7.7
+VERSION=0.7.8

commit 521c22755c11ce96310ed84b09d1a5583af8ebc8
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 3 13:21:27 2008 +0200

    Depend on pkgconfig file only at configure time, not at runtime.

diff --git a/src/bcop.in b/src/bcop.in
index cdb34ea..1b1b224 100755
--- a/src/bcop.in
+++ b/src/bcop.in
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 
-xsltdir=`pkg-config --variable xsltpath bcop`
+xsltdir=@prefix@/share/bcop
 
 function usage
 {

commit f5cd61042ab58ba2177f8a6c9d9f16f332e88fea
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat May 31 14:08:47 2008 +0200

    * Bump version to 0.7.7

diff --git a/VERSION b/VERSION
index 6410fd5..fce301a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.7.6
+VERSION=0.7.7


Reply to: