r50524 - /desktop/unstable/gtkmm3.0/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 14 01:42:55 UTC 2016


Author: biebl
Date: Wed Sep 14 01:42:55 2016
New Revision: 50524

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50524
Log:
Add missing override_ prefix

Modified:
    desktop/unstable/gtkmm3.0/debian/rules

Modified: desktop/unstable/gtkmm3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/rules?rev=50524&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/rules	[utf-8] Wed Sep 14 01:42:55 2016
@@ -15,7 +15,7 @@
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
-dh_makeshlibs:
+override_dh_makeshlibs:
 	dh_makeshlibs -V"$(SHARED_PKG) (>= $(SHVER))"
 
 override_dh_strip:




More information about the pkg-gnome-commits mailing list