r137 - in trunk/debian: . source

Ludovic Rousseau rousseau at alioth.debian.org
Sun Jan 3 13:26:36 UTC 2010


Author: rousseau
Date: 2010-01-03 13:26:36 +0000 (Sun, 03 Jan 2010)
New Revision: 137

Added:
   trunk/debian/source/
   trunk/debian/source/format
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
move to source package format version "3.0 (quilt)"

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-01-03 13:21:11 UTC (rev 136)
+++ trunk/debian/changelog	2010-01-03 13:26:36 UTC (rev 137)
@@ -2,8 +2,9 @@
 
   * debian/control: add Depends: ${misc:Depends}
     W: bins source: debhelper-but-no-misc-depends bins
+  * move to source package format version "3.0 (quilt)"
 
- -- Ludovic Rousseau <rousseau at debian.org>  Sun, 03 Jan 2010 14:19:43 +0100
+ -- Ludovic Rousseau <rousseau at debian.org>  Sun, 03 Jan 2010 14:25:36 +0100
 
 bins (1.1.29-12) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2010-01-03 13:21:11 UTC (rev 136)
+++ trunk/debian/control	2010-01-03 13:26:36 UTC (rev 137)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ludovic Rousseau <rousseau at debian.org>
 Uploaders: Martin Michlmayr <tbm at cyrius.com>
-Build-Depends: debhelper (>> 5.0.0), quilt
+Build-Depends: debhelper (>> 5.0.0)
 Build-Depends-Indep: docbook-to-man, gettext
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-bins/trunk

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-01-03 13:21:11 UTC (rev 136)
+++ trunk/debian/rules	2010-01-03 13:26:36 UTC (rev 137)
@@ -23,14 +23,6 @@
 endif
 
 
-version := $(shell dpkg-parsechangelog | \
-	sed -ne 's/^Version: *\([0-9]\+:\)*//p')
-
-tag:
-	cvs tag -c -F $(subst .,_,debian_version_$(version))
-
-include /usr/share/quilt/quilt.make
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -39,12 +31,12 @@
 	touch configure-stamp
 
 build: build-stamp
-build-stamp: patch configure-stamp 
+build-stamp: configure-stamp 
 	dh_testdir
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 
@@ -84,28 +76,13 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs
 	dh_installexamples
-#	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
 	dh_installman
-#	dh_installinfo
-#	dh_undocumented
 	dh_installchangelogs ChangeLog
-#	dh_link
-#	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
-#	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
@@ -116,4 +93,3 @@
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
-

Added: trunk/debian/source/format
===================================================================
--- trunk/debian/source/format	                        (rev 0)
+++ trunk/debian/source/format	2010-01-03 13:26:36 UTC (rev 137)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-bins-commits mailing list