[Pkg-gourmet-changes] gourmet/debian changelog, 1.6, 1.7 control, 1.5, 1.6 rules, 1.6, 1.7

el_cubano-guest at haydn.debian.org el_cubano-guest at haydn.debian.org
Sat Oct 29 22:22:12 UTC 2005


Update of /cvsroot/pkg-gourmet/gourmet/debian
In directory haydn:/tmp/cvs-serv773/debian

Modified Files:
	changelog control rules 
Log Message:
Added patch to comment out global declarations that caused warning, made a note to that effect in debian/changelog and added dpatch as a Build-Depends

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-gourmet/gourmet/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- changelog	20 Sep 2005 21:09:58 -0000	1.6
+++ changelog	29 Oct 2005 22:22:07 -0000	1.7
@@ -5,8 +5,11 @@
     - since we haven't done one yet, upload still closes ITP (closes: #285619).
     - added documentation on how to maintain this package wrt the upstream
       package in README.Maintainer.
+  * Roberto C. Sanchez:
+    - Added a patch to comment out some global declarations that were causing
+      warnings.
 
- -- sean finney <seanius at debian.org>  Tue, 20 Sep 2005 17:13:34 +0200
+ -- Roberto C. Sanchez <roberto at familiasanchez.net>  Sat, 29 Oct 2005 18:13:15 -0400
 
 gourmet (0.8.5.12-1) UNRELEASED; urgency=low
 

Index: control
===================================================================
RCS file: /cvsroot/pkg-gourmet/gourmet/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- control	27 Sep 2005 23:32:42 -0000	1.5
+++ control	29 Oct 2005 22:22:07 -0000	1.6
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Gourmet Chefs <pkg-gourmet-devel at lists.alioth.debian.org>
 Uploaders: Sean Finney <seanius at debian.org>, Roberto C. Sanchez <roberto at familiasanchez.net>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), dpatch
 Standards-Version: 3.6.2
 
 Package: gourmet

Index: rules
===================================================================
RCS file: /cvsroot/pkg-gourmet/gourmet/debian/rules,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rules	20 Sep 2005 21:09:58 -0000	1.6
+++ rules	29 Oct 2005 22:22:07 -0000	1.7
@@ -6,7 +6,7 @@
 DTUSG:=${DTUS}/gourmet
 
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
 	dh_testdir
 	touch configure-stamp
 
@@ -15,12 +15,21 @@
 	dh_testdir
 	touch build-stamp
 
-clean:
+clean: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	dh_clean 
 
+patch: patch-stamp
+patch-stamp:
+	dpatch apply-all
+
+unpatch:
+	dpatch deapply-all
+	rm -rf patch-stamp debian/patched
+
 install: build
 	dh_testdir
 	dh_testroot




More information about the Pkg-gourmet-changes mailing list