← Back to team overview

compiz team mailing list archive

[Merge] lp:~dbarth/compcomm-plugins-main/oneiric-0.9.5.92-changes into lp:~compiz/compcomm-plugins-main/ubuntu

 

David Barth has proposed merging lp:~dbarth/compcomm-plugins-main/oneiric-0.9.5.92-changes into lp:~compiz/compcomm-plugins-main/ubuntu.

Requested reviews:
  compiz packagers (compiz)

For more details, see:
https://code.launchpad.net/~dbarth/compcomm-plugins-main/oneiric-0.9.5.92-changes/+merge/72551

Prepare for the new upstream release
-- 
https://code.launchpad.net/~dbarth/compcomm-plugins-main/oneiric-0.9.5.92-changes/+merge/72551
Your team compiz packagers is requested to review the proposed merge of lp:~dbarth/compcomm-plugins-main/oneiric-0.9.5.92-changes into lp:~compiz/compcomm-plugins-main/ubuntu.
=== modified file 'debian/changelog'
--- debian/changelog	2011-08-10 09:49:07 +0000
+++ debian/changelog	2011-08-23 11:18:23 +0000
@@ -1,3 +1,15 @@
+compiz-plugins-main (1:0.9.5.92-0ubuntu2~ppa1) oneiric; urgency=low
+
+  * debian/rules: patch to avoid dh_install failures
+
+ -- David Barth <david.barth@xxxxxxxxxxxxx>  Mon, 22 Aug 2011 19:44:44 +0200
+
+compiz-plugins-main (1:0.9.5.92) oneiric; urgency=low 
+ 
+  * New upstream release (0.9.5.92) 
+ 
+ -- David Barth <david.barth@xxxxxxxxxxxxx>  Mon, 22 Aug 2011 14:16:23 +0200
+
 compiz-plugins-main (0.9.5.0-0ubuntu3) UNRELEASED; urgency=low
 
   * debian/compiz-plugins-main-default.install                                                                                        

=== modified file 'debian/rules'
--- debian/rules	2010-11-26 14:18:39 +0000
+++ debian/rules	2011-08-23 11:18:23 +0000
@@ -12,6 +12,10 @@
 override_dh_gencontrol:
 	dh_gencontrol -- -Vcoreabiversion=$(CORE_ABIVERSION)
 
+# --fail-missing removed
+override_dh_install:
+	dh_install
+
 %:
 	dh $@