r179 - in /packages/gnash/trunk/debian: changelog control rules
baby-guest at users.alioth.debian.org
baby-guest at users.alioth.debian.org
Thu Feb 14 15:20:33 UTC 2008
Author: baby-guest
Date: Thu Feb 14 15:20:33 2008
New Revision: 179
URL: http://svn.debian.org/wsvn/?sc=1&rev=179
Log:
Added dh_desktop to debian/rules.
Added support for dh-buildinfo.
Modified:
packages/gnash/trunk/debian/changelog
packages/gnash/trunk/debian/control
packages/gnash/trunk/debian/rules
Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=179&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Feb 14 15:20:33 2008
@@ -8,6 +8,8 @@
legally linked against Gnash GPLv3 licensed code (Closes: #441019)
* Added Homepage field to debian/control.
* Updated Standards-Version to 3.7.3.
+ * Added dh_desktop to debian/rules.
+ * Added support for dh-buildinfo.
-- Miriam Ruiz <little_miry at yahoo.es> Tue, 12 Feb 2008 11:33:29 +0000
Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=179&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Thu Feb 14 15:20:33 2008
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Miriam Ruiz <little_miry at yahoo.es>
Uploaders: Alexander Sack <asac at jwsdot.com>
-Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 4.0.0), quilt, autoconf,
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 4.0.0), quilt, autoconf, dh-buildinfo,
automake1.9 | automake, libtool, libltdl3-dev, help2man, libxmu-dev, dejagnu,
autotools-dev, libboost-dev, libboost-thread-dev, libxml2-dev, libjpeg-dev,
libpng12-dev | libpng-dev, libagg-dev, libgstreamer0.10-dev, libkonq4-dev,
Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=179&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Thu Feb 14 15:20:33 2008
@@ -157,11 +157,13 @@
# dh_installmenu
# dh_installmime
dh_installman
+ dh_desktop
dh_link
dh_strip
dh_compress
dh_fixperms
#dh_makeshlibs
+ test -e /usr/bin/dh_buildinfo && dh_buildinfo
dh_installdeb
dh_shlibdeps -l$(CURDIR)/debian/gnash-common/usr/lib/gnash
dh_gencontrol
More information about the pkg-flash-devel
mailing list