[SCM] graphlcd-base packaging repository branch, master, updated. debian/0.1.9+git20120310-1

etobi git at e-tobi.net
Sun Jun 3 11:12:58 UTC 2012


The following commit has been merged in the master branch:
commit c2d316c020957305e04a1b97f7c28cc193e3b2c5
Author: etobi <git at e-tobi.net>
Date:   Wed May 9 20:51:47 2012 +0200

    Fixed build when /etc/udev/rules.d does not exist

diff --git a/debian/changelog b/debian/changelog
index 31f7056..b3c85ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ graphlcd-base (0.1.9+git20120310-1) unstable; urgency=low
   * Fixed lib*-dev dependencies
   * Added missing misc:Depends
   * Updated debian/copyright
+  * Fixed build when /etc/udev/rules.d does not exist
 
  -- Tobias Grimm <etobi at debian.org>  Wed, 09 May 2012 19:32:40 +0200
 
diff --git a/debian/rules b/debian/rules
index 3028908..a20b599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ install: build
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/usr
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/usr UDEVRULESDIR=$(CURDIR)/debian/tmp
 
 
 # Build architecture-independent files here.

-- 
graphlcd-base packaging repository



More information about the pkg-vdr-dvb-changes mailing list