[Pkg-cli-apps-commits] r5346 - in /packages/blam/trunk/debian: changelog control patches/PlanetDebian.patch patches/series rules source/ source/format

cmartin-guest at users.alioth.debian.org cmartin-guest at users.alioth.debian.org
Sun Sep 12 21:42:24 UTC 2010


Author: cmartin-guest
Date: Sun Sep 12 21:42:08 2010
New Revision: 5346

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5346
Log:
Move over to format "3.0 (quilt)"

Added:
    packages/blam/trunk/debian/patches/series
    packages/blam/trunk/debian/source/
    packages/blam/trunk/debian/source/format
Modified:
    packages/blam/trunk/debian/changelog
    packages/blam/trunk/debian/control
    packages/blam/trunk/debian/patches/PlanetDebian.patch
    packages/blam/trunk/debian/rules

Modified: packages/blam/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/changelog?rev=5346&op=diff
==============================================================================
--- packages/blam/trunk/debian/changelog (original)
+++ packages/blam/trunk/debian/changelog Sun Sep 12 21:42:08 2010
@@ -1,10 +1,13 @@
 blam (1.8.8-1) UNRELEASED; urgency=low
 
   * New upstream release (Closes: #291001)
+  * Move to format "3.0 (quilt)"
   * debian/patches:
     + Drop WebKit.patch as it's included in this upstream release.
+    + Add series file
   * debian/control:
     + New standards version 3.9.1
+    + Depend on debhelper (>= 7.0.50~)
 
  -- Carlos Martín Nieto <carlos at cmartin.tk>  Sun, 12 Sep 2010 17:15:40 +0100
 

Modified: packages/blam/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/control?rev=5346&op=diff
==============================================================================
--- packages/blam/trunk/debian/control (original)
+++ packages/blam/trunk/debian/control Sun Sep 12 21:42:08 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: Carlos Martín Nieto <carlos at cmartin.tk>
-Build-Depends: debhelper (>= 5), cdbs
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: mono-devel (>= 2.4.3),
  libmono-dev (>= 2.0),
  cli-common-dev (>= 0.4.9),

Modified: packages/blam/trunk/debian/patches/PlanetDebian.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/patches/PlanetDebian.patch?rev=5346&op=diff
==============================================================================
--- packages/blam/trunk/debian/patches/PlanetDebian.patch (original)
+++ packages/blam/trunk/debian/patches/PlanetDebian.patch Sun Sep 12 21:42:08 2010
@@ -1,8 +1,8 @@
---- blam-1.6.0.orig/collection.xml	2004-08-07 11:39:21.000000000 +0200
-+++ blam-1.6.0/collection.xml	2004-12-26 01:33:21.837979520 +0100
-@@ -13,5 +13,6 @@
+--- a/collection.xml
++++ b/collection.xml
+@@ -11,5 +11,6 @@
+     <Channel Name="Plannet Jabber" Url="http://planet.jabber.org/rss20.xml"/>
  
-     <Channel Name="Mikael Hallendal" Url="http://micke.hallendal.net/index.xml"/>
      <Channel Name="GnomeFiles" Url="http://www.gnomefiles.org/files/gnomefiles.rdf"/>
 +    <Channel Name="Planet Debian" Url="http://planet.debian.org/rss20.xml"/>
  

Added: packages/blam/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/patches/series?rev=5346&op=file
==============================================================================
--- packages/blam/trunk/debian/patches/series (added)
+++ packages/blam/trunk/debian/patches/series Sun Sep 12 21:42:08 2010
@@ -1,0 +1,1 @@
+PlanetDebian.patch

Modified: packages/blam/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/rules?rev=5346&op=diff
==============================================================================
--- packages/blam/trunk/debian/rules (original)
+++ packages/blam/trunk/debian/rules Sun Sep 12 21:42:08 2010
@@ -1,26 +1,38 @@
 #!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+#export DH_OPTIONS=-v
 
-export MONO_SHARED_DIR=$(CURDIR)
+%:
+	dh  $@
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/gnome.mk
-
-DEB_DH_MAKESHLIBS_ARGS_ALL='-n'
-DEB_CONFIGURE_USER_FLAGS += MCS=/usr/bin/mono-csc GMCS=/usr/bin/mono-csc
-
-common-binary-predeb-arch common-binary-predeb-indep::
-	dh_clistrip
-	dh_clifixperms
-	dh_clideps -d
-
-install/blam::
-	rm -f debian/blam/usr/lib/blam/libblam.la
-	rm -f debian/blam/usr/lib/blam/libblam.a
-
-clean::
-	rm -rf $(MONO_SHARED_DIR)/.wapi
-	rm -f lib/AtomFeed.dll
-	rm -f lib/RSSFeed.dll
-	rm -f config.satus
-	rm -f config.log
+# Use override_dh_* targets to customize this.
+# ---------------------------------------------------
+# Followings are the old debian/rules
+#
+# #!/usr/bin/make -f
+# 
+# export MONO_SHARED_DIR=$(CURDIR)
+# 
+# include /usr/share/cdbs/1/rules/debhelper.mk
+# include /usr/share/cdbs/1/rules/simple-patchsys.mk
+# include /usr/share/cdbs/1/class/gnome.mk
+# 
+# DEB_DH_MAKESHLIBS_ARGS_ALL='-n'
+# DEB_CONFIGURE_USER_FLAGS += MCS=/usr/bin/mono-csc GMCS=/usr/bin/mono-csc
+# 
+# common-binary-predeb-arch common-binary-predeb-indep::
+# 	dh_clistrip
+# 	dh_clifixperms
+# 	dh_clideps -d
+# 
+# install/blam::
+# 	rm -f debian/blam/usr/lib/blam/libblam.la
+# 	rm -f debian/blam/usr/lib/blam/libblam.a
+# 
+# clean::
+# 	rm -rf $(MONO_SHARED_DIR)/.wapi
+# 	rm -f lib/AtomFeed.dll
+# 	rm -f lib/RSSFeed.dll
+# 	rm -f config.satus
+# 	rm -f config.log

Added: packages/blam/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/source/format?rev=5346&op=file
==============================================================================
--- packages/blam/trunk/debian/source/format (added)
+++ packages/blam/trunk/debian/source/format Sun Sep 12 21:42:08 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-cli-apps-commits mailing list