[Pkg-cli-apps-commits] r4060 - in /packages/gnome-subtitles/trunk/debian: changelog control docs rules watch

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Thu Jul 3 19:29:37 UTC 2008


Author: meebey
Date: Thu Jul  3 19:29:37 2008
New Revision: 4060

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4060
Log:
  * debian/control:
    + Updated debhelper build-dependency to >= 7.
    + Added myself to Uploaders.
  * debian/rules:
    + Include /usr/share/cli-common/cli.make
    + Migrated to debhelper v7 minimalistic style.
  * debian/docs:
    + Converted some debian/rules calls to debhelper files.
  * debian/compat:
    + Bumped to 7 
  * debian/watch:
    + Added


Added:
    packages/gnome-subtitles/trunk/debian/docs
    packages/gnome-subtitles/trunk/debian/watch
Modified:
    packages/gnome-subtitles/trunk/debian/changelog
    packages/gnome-subtitles/trunk/debian/control
    packages/gnome-subtitles/trunk/debian/rules

Modified: packages/gnome-subtitles/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-subtitles/trunk/debian/changelog?rev=4060&op=diff
==============================================================================
--- packages/gnome-subtitles/trunk/debian/changelog (original)
+++ packages/gnome-subtitles/trunk/debian/changelog Thu Jul  3 19:29:37 2008
@@ -1,10 +1,12 @@
 gnome-subtitles (0.8-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  [ Tiago Bortoletto Vaz ]
+  * New upstream release (Closes: #480907)
   * debian/control:
-    - now getting dependencies automatically via dh_clideps;
-    - added cli-common-dev as build-dependence;
-    - added libmono-i18n2.0-cil in recommends in order to avoid problems
+    - now getting real dependencies automatically via dh_clideps;
+      (Closes: #483361)
+    - added cli-common-dev as build-dependency;
+    - added libmono-i18n2.0-cil to dependencies in order to avoid problems
       opening some Windows(tm) enconded files;
     - added Homepage, Vcs-Svn and Vcs-Browser flags;
     - removed some uneeded build-dependencies;
@@ -12,7 +14,21 @@
     - using cli helpers in order to fix perms and getting dependencies
       automagically;
 
- -- Tiago Bortoletto Vaz <tiago at debian-ba.org>  Sat, 24 May 2008 19:01:45 -0300
+  [ Mirco Bauer ]
+  * debian/control:
+    + Updated debhelper build-dependency to >= 7.
+    + Added myself to Uploaders.
+  * debian/rules:
+    + Include /usr/share/cli-common/cli.make
+    + Migrated to debhelper v7 minimalistic style.
+  * debian/docs:
+    + Converted some debian/rules calls to debhelper files.
+  * debian/compat:
+    + Bumped to 7 
+  * debian/watch:
+    + Added
+
+ -- Mirco Bauer <meebey at debian.org>  Thu, 03 Jul 2008 19:26:47 +0200
 
 gnome-subtitles (0.7.2-1) unstable; urgency=low
 

Modified: packages/gnome-subtitles/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-subtitles/trunk/debian/control?rev=4060&op=diff
==============================================================================
--- packages/gnome-subtitles/trunk/debian/control (original)
+++ packages/gnome-subtitles/trunk/debian/control Thu Jul  3 19:29:37 2008
@@ -1,8 +1,22 @@
 Source: gnome-subtitles
 Section: gnome
 Priority: extra
-Maintainer: Tiago Bortoletto Vaz <tiago at debian-ba.org>
-Build-Depends: cli-common-dev (>= 0.5.4), autotools-dev, libmono-dev, libgtk2.0-dev, mono-gmcs (>= 1.1.8) | c-sharp-2.0-compiler, gtk-sharp2, gnome-doc-utils (>= 0.3.2), libxml-parser-perl, gnome-sharp2, scrollkeeper, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, debhelper (>= 5), cdbs, libmono2.0-cil
+Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
+Uploaders: Tiago Bortoletto Vaz <tiago at debian-ba.org>, Mirco Bauer <meebey at debian.org>
+Build-Depends: cli-common-dev (>= 0.5.7),
+ debhelper (>= 7),
+ autotools-dev,
+ mono-gmcs (>= 1.1.8) | c-sharp-2.0-compiler,
+ libmono-dev,
+ libmono2.0-cil
+ libgtk2.0-dev,
+ libgtk2.0-cil,
+ libgnome2.0-cil
+ libgstreamer0.10-dev,
+ libgstreamer-plugins-base0.10-dev,
+ libxml-parser-perl,
+ scrollkeeper,
+ gnome-doc-utils (>= 0.3.2)
 Standards-Version: 3.7.3
 Homepage: http://gnome-subtitles.sourceforge.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/gnome-subtitles/trunk/
@@ -10,8 +24,7 @@
 
 Package: gnome-subtitles
 Architecture: any
-Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Recommends: libmono-i18n2.0-cil
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}, libmono-i18n2.0-cil
 Description: Subtitles editor for the GNOME Desktop environment
  Gnome Subtitles is a subtitle editor for the GNOME Desktop environment.
  .

Added: packages/gnome-subtitles/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-subtitles/trunk/debian/docs?rev=4060&op=file
==============================================================================
--- packages/gnome-subtitles/trunk/debian/docs (added)
+++ packages/gnome-subtitles/trunk/debian/docs Thu Jul  3 19:29:37 2008
@@ -1,0 +1,4 @@
+README
+NEWS
+AUTHORS
+CREDITS

Modified: packages/gnome-subtitles/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-subtitles/trunk/debian/rules?rev=4060&op=diff
==============================================================================
--- packages/gnome-subtitles/trunk/debian/rules (original)
+++ packages/gnome-subtitles/trunk/debian/rules Thu Jul  3 19:29:37 2008
@@ -1,23 +1,31 @@
 #!/usr/bin/make -f
+#export DH_VERBOSE=1
 
-export MONO_SHARED_DIR=$(CURDIR)
+include /usr/share/cli-common/cli.make
+include /usr/share/dpatch/dpatch.make
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/class/gnome.mk
+build: build-stamp
+build-stamp: patch-stamp
+	dh build --before configure
+	dh_auto_configure -- \
+	  --disable-scrollkeeper
+	dh build --after configure
+	touch $@
 
-export CFLAGS += -fPIC
+install: build
+	dh $@
 
-DEB_INSTALL_DOCS_ALL= README NEWS AUTHORS CREDITS
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper
+binary: binary-arch
+binary-arch: install
+	dh $@
 
-common-configure-indep::
-	mkdir -p $(MONO_SHARED_DIR)/.wapi
+clean: clean-patched unpatch
+clean-patched:
+	dh $@
 
-common-binary-predeb-arch::
-	dh_clifixperms
-	dh_clideps -d
+get-orig-source:
+	dh_testdir
+	uscan --force-download --verbose --destdir=$(CURDIR)
 
-clean::
-	rm -rf $(MONO_SHARED_DIR)/.wapi
-
+%:
+	dh $@

Added: packages/gnome-subtitles/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-subtitles/trunk/debian/watch?rev=4060&op=file
==============================================================================
--- packages/gnome-subtitles/trunk/debian/watch (added)
+++ packages/gnome-subtitles/trunk/debian/watch Thu Jul  3 19:29:37 2008
@@ -1,0 +1,2 @@
+version=3
+http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/g/gn/gnome-subtitles/gnome-subtitles-([\d.]+)\.tar\.gz




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