[Pbuilder-maint] pbuilder CVS update: pbuilder/debian rules control changelog

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Sat Sep 16 08:01:38 UTC 2006


  User: dancer  
  Date: 06/09/16 08:01:38

  Modified:    debian   rules control changelog
  Log:
  user-mode-linux support
  
  Revision  Changes    Path
  1.19      +14 -2     pbuilder/debian/rules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/rules?annotate=1.19&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/rules?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/rules.diff?r1=1.19&r2=1.18&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/debian/rules,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- rules	4 Dec 2005 04:36:38 -0000	1.18
  +++ rules	16 Sep 2006 08:01:38 -0000	1.19
  @@ -30,7 +30,6 @@
   	# Add here commands to clean up after the build process.
   	-$(MAKE) clean
   
  -	rm -rf debian/pbuilder-uml/
   	dh_clean
   
   install: build
  @@ -61,7 +60,20 @@
   
   # Build architecture-dependent files here.
   binary-arch: build install
  -	echo NOTE: pbuilder-uml is not built see changelog for version 0.117
  +ifeq (${ARCH},i386)
  +	dh_testdir -a
  +	dh_testroot -a
  +	dh_installdocs -a
  +	dh_installman -ppbuilder-uml pbuilder-user-mode-linux.1 pbuilder-uml.conf.5 pdebuild-user-mode-linux.1
  +	dh_installchangelogs -a
  +	dh_link -a
  +	dh_compress -a
  +	dh_fixperms -a
  +	dh_installdeb -a
  +	dh_gencontrol  -a
  +	dh_md5sums  -a
  +	dh_builddeb -a
  +endif
   
   binary: binary-indep binary-arch
   .PHONY: build clean binary-indep binary-arch binary install configure
  
  
  
  1.48      +19 -0     pbuilder/debian/control
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/control?annotate=1.48&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/control?rev=1.48&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/control.diff?r1=1.48&r2=1.47&cvsroot=
  
  -----------------------------------
  
  Index: control
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/debian/control,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- control	15 Aug 2006 13:14:24 -0000	1.47
  +++ control	16 Sep 2006 08:01:38 -0000	1.48
  @@ -29,3 +29,22 @@
    .
    pdebuild is a wrapper for Debian Developers, to allow running
    pbuilder just like "debuild", as a normal user.
  +
  +Package: pbuilder-uml
  +Architecture: i386
  +Depends: rootstrap (>= 0.3.9-1), user-mode-linux, pbuilder (= ${Source-Version})
  +Description: user-mode-linux version of pbuilder
  + pbuilder-uml uses a User-mode-linux system, and builds Debian packages
  + inside the UML image. It is an ideal system to use to check 
  + that a package has correct build-dependencies.
  + It uses apt extensively, and a local mirror, or a fast connection
  + to a Debian mirror is ideal, but not necessary.
  + .
  + Requires user-mode-linux to function correctly
  + .
  + "pbuilder-user-mode-linux create" uses rootstrap to create UML image
  + .
  + "pbuilder-user-mode-linux update" updates the image to the current state of
  + testing/unstable/whatever
  + .
  + "pbuilder-user-mode-linux build" takes a *.dsc file and builds a binary in the UML
  
  
  
  1.489     +2 -1      pbuilder/debian/changelog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/changelog?annotate=1.489&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/changelog?rev=1.489&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/debian/changelog.diff?r1=1.489&r2=1.488&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/debian/changelog,v
  retrieving revision 1.488
  retrieving revision 1.489
  diff -u -r1.488 -r1.489
  --- changelog	3 Sep 2006 09:13:24 -0000	1.488
  +++ changelog	16 Sep 2006 08:01:38 -0000	1.489
  @@ -5,8 +5,9 @@
       dr at jones.dk (Closes: #385351).
     * add notes in the comment that files in examples are useful for
       --hookdir option.
  +  * add patch from Mattia Dongili <malattia at linux.it> to revive pbuilder-uml.
   
  - -- Junichi Uekawa <dancer at debian.org>  Sun,  3 Sep 2006 18:12:21 +0900
  + -- Junichi Uekawa <dancer at debian.org>  Sat, 16 Sep 2006 16:59:02 +0900
   
   pbuilder (0.158) unstable; urgency=low
   
  
  
  



More information about the Pbuilder-maint mailing list