[Debian-arabic-packages] [svn] r229 - in pkg/aspell-ar-large/trunk/debian: . patches source

Lior Kaplan kaplan at alioth.debian.org
Sat Jul 30 16:39:56 UTC 2011


Author: kaplan
Date: Sat Jul 30 16:39:56 2011
New Revision: 229

Log:
* Switch to dpkg-source 3.0 (quilt) format
    - stop using dpatch

Added:
   pkg/aspell-ar-large/trunk/debian/patches/rename-to-ar-large.patch
   pkg/aspell-ar-large/trunk/debian/patches/series
   pkg/aspell-ar-large/trunk/debian/source/
   pkg/aspell-ar-large/trunk/debian/source/format
Deleted:
   pkg/aspell-ar-large/trunk/debian/patches/00list
   pkg/aspell-ar-large/trunk/debian/patches/Makefile.pre-ar-large.patch
Modified:
   pkg/aspell-ar-large/trunk/debian/changelog
   pkg/aspell-ar-large/trunk/debian/control
   pkg/aspell-ar-large/trunk/debian/rules

Modified: pkg/aspell-ar-large/trunk/debian/changelog
==============================================================================
--- pkg/aspell-ar-large/trunk/debian/changelog	Sat Jul 30 16:25:11 2011	(r228)
+++ pkg/aspell-ar-large/trunk/debian/changelog	Sat Jul 30 16:39:56 2011	(r229)
@@ -6,6 +6,8 @@
     - debhelper-but-no-misc-depends
     - debian-rules-missing-recommended-target
     - copyright-with-old-dh-make-debian-copyright
+  * Switch to dpkg-source 3.0 (quilt) format
+    - stop using dpatch
 
  -- Lior Kaplan <kaplan at debian.org>  Sat, 30 Jul 2011 17:50:42 +0200
 

Modified: pkg/aspell-ar-large/trunk/debian/control
==============================================================================
--- pkg/aspell-ar-large/trunk/debian/control	Sat Jul 30 16:25:11 2011	(r228)
+++ pkg/aspell-ar-large/trunk/debian/control	Sat Jul 30 16:39:56 2011	(r229)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Arabic Packaging Team <debian-arabic-packages at lists.alioth.debian.org>
 Uploaders: Lior Kaplan <kaplan at debian.org>, Mohammed Sameer <debian at foolab.org>
-Build-Depends: debhelper (>= 5), dpatch
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: aspell (>= 0.60.4), dictionaries-common-dev (>= 0.70.2)
 Standards-Version: 3.9.2
 Homepage: http://ftp.gnu.org/gnu/aspell/dict/ar/

Modified: pkg/aspell-ar-large/trunk/debian/rules
==============================================================================
--- pkg/aspell-ar-large/trunk/debian/rules	Sat Jul 30 16:25:11 2011	(r228)
+++ pkg/aspell-ar-large/trunk/debian/rules	Sat Jul 30 16:39:56 2011	(r229)
@@ -6,13 +6,10 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-# dpatch include
-include /usr/share/dpatch/dpatch.make
-
 DICT_LANG = ar-large
 DEB_DESTDIR = `pwd`/debian/aspell-ar-large
 
-configure-stamp: patch
+configure-stamp:
 	dh_testdir
 	./configure
 	cp ar.cwl ar-large.cwl
@@ -21,7 +18,6 @@
 	cp l-ar.cset l-ar-large.cset
 	cp l-ar.cmap l-ar-large.cmap
 	touch configure-stamp
-	touch patch
 
 build: build-arch build-indep
 
@@ -34,7 +30,7 @@
 	$(MAKE)
 	touch build-stamp
 
-clean: clean-source unpatch
+clean: clean-source
 
 clean-source:
 	dh_testdir
@@ -42,7 +38,6 @@
 	rm -f build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f Makefile
-	rm -f patch
 	rm -f ar-large.cwl
 	rm -f ar-large.dat
 	rm -f ar-large_affix.dat



More information about the Debian-arabic-packages mailing list