[Tokyodebian-commits] TokyoDebian CVS update: monthly-report/debian rules docs dirs copyright control compat changelog README.Debian .cvsignore

tokyodebian CVS Commit tokyodebian-commits at lists.alioth.debian.org
Mon Jul 17 06:41:14 UTC 2006


  User: dancer  
  Date: 06/07/17 06:41:14

  Added:       debian   rules docs dirs copyright control compat changelog
                        README.Debian .cvsignore
  Log:
  add debian package creation code.
  
  Revision  Changes    Path
  1.1                  monthly-report/debian/rules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/rules?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/rules?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  #!/usr/bin/make -f
  # -*- makefile -*-
  # Sample debian/rules that uses debhelper.
  # This file was originally written by Joey Hess and Craig Small.
  # As a special exception, when this file is copied by dh-make into a
  # dh-make output file, you may use that output file without restriction.
  # This special exception was added by Craig Small in version 0.37 of dh-make.
  
  # Uncomment this to turn on verbose mode.
  #export DH_VERBOSE=1
  
  build: build-stamp
  build-stamp: 
  	dh_testdir
  
  	# Add here commands to compile the package.
  	$(MAKE)
  
  	touch $@
  
  clean:
  	dh_testdir
  	dh_testroot
  	rm -f build-stamp
  
  	# Add here commands to clean up after the build process.
  	-$(MAKE) clean
  
  	dh_clean 
  
  install: build
  	dh_testdir
  	dh_testroot
  	dh_clean -k 
  	dh_installdirs
  
  	#$(MAKE) install DESTDIR=$(CURDIR)/debian/monthly-report
  
  
  # Build architecture-independent files here.
  binary-indep: build install
  # We have nothing to do by default.
  
  # Build architecture-dependent files here.
  binary-arch: build install
  	dh_testdir
  	dh_testroot
  	dh_installchangelogs ChangeLog
  	dh_compress
  	dh_installdocs # install docs after compress
  	dh_fixperms
  	dh_installdeb
  	dh_shlibdeps
  	dh_gencontrol
  	dh_md5sums
  	dh_builddeb
  
  binary: binary-indep binary-arch
  .PHONY: build clean binary-indep binary-arch binary install configure
  
  
  
  1.1                  monthly-report/debian/docs
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/docs?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/docs?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: docs
  ===================================================================
  yaku.txt
  200502.pdf
  200503.pdf
  debianmeetingresume2005-fuyu.pdf
  debianmeetingresume2005-natsu.pdf
  debianmeetingresume200504.pdf
  debianmeetingresume200505.pdf
  debianmeetingresume200506.pdf
  debianmeetingresume200507.pdf
  debianmeetingresume200508.pdf
  debianmeetingresume200509.pdf
  debianmeetingresume200510-kansai-presentation-debbugs.pdf
  debianmeetingresume200510-kansai-presentation-uekawa.pdf
  debianmeetingresume200510-kansai.pdf
  debianmeetingresume200510.pdf
  debianmeetingresume200511-presentation.pdf
  debianmeetingresume200511.pdf
  debianmeetingresume200512-presentation.pdf
  debianmeetingresume200512.pdf
  debianmeetingresume200601-presentation.pdf
  debianmeetingresume200601.pdf
  debianmeetingresume200602-presentation-english.pdf
  debianmeetingresume200602-presentation-uekawa-english.pdf
  debianmeetingresume200602-presentation-uekawa.pdf
  debianmeetingresume200602-presentation.pdf
  debianmeetingresume200602.pdf
  debianmeetingresume200604-presentation-uekawa.pdf
  debianmeetingresume200604-presentation.pdf
  debianmeetingresume200604.pdf
  debianmeetingresume200605.pdf
  debianmeetingresume200606-presentation.pdf
  debianmeetingresume200606.pdf
  debianmeetingresume200607-presentation.pdf
  debianmeetingresume200607.pdf
  
  
  
  1.1                  monthly-report/debian/dirs
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/dirs?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/dirs?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: dirs
  ===================================================================
  usr/share/doc/tokyodebian-monthly-report
  
  
  
  1.1                  monthly-report/debian/copyright
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/copyright?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/copyright?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: copyright
  ===================================================================
  This package was debianized by Junichi Uekawa <dancer at debian.org> on
  Mon, 17 Jul 2006 15:03:52 +0900.
  
  It was downloaded from http://tokyodebian.alioth.debian.org/
  
  Upstream Author: Junichi Uekawa <dancer at debian.org> and others
  
  Copyright: Copyright 2005,2006 Junichi Uekawa and others
  
  License:
  
  GPL v2 or later.
  
  The Debian packaging is (C) 2006, Junichi Uekawa <dancer at debian.org> and
  is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
  
  
  
  
  1.1                  monthly-report/debian/control
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/control?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/control?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: control
  ===================================================================
  Source: monthly-report
  Section: doc
  Priority: optional
  Maintainer: Junichi Uekawa <dancer at debian.org>
  Build-Depends: debhelper (>= 5)
  Standards-Version: 3.7.2
  
  Package: monthly-report
  Architecture: all
  Depends: ${shlibs:Depends}, ${misc:Depends}
  Description: Tokyo area debian meeting monthly report
   This package contains reports of monthly meeting about Debian held in
   Tokyo. Useful when searching for Debian-development related
   documentation in Japanese.
  
  
  
  1.1                  monthly-report/debian/compat
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/compat?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/compat?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: compat
  ===================================================================
  5
  
  
  
  1.1                  monthly-report/debian/changelog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/changelog?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/changelog?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  monthly-report (20060717) unstable; urgency=low
  
    * Initial beta release
  
   -- Junichi Uekawa <dancer at debian.org>  Mon, 17 Jul 2006 15:03:52 +0900
  
  
  
  
  1.1                  monthly-report/debian/README.Debian
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/README.Debian?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/README.Debian?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: README.Debian
  ===================================================================
  monthly-report for Debian
  -------------------------
  
  Tokyo Debian meeting monthly report package.
  
   -- Junichi Uekawa <dancer at debian.org>, Mon, 17 Jul 2006 15:16:01 +0900
  
  
  
  1.1                  monthly-report/debian/.cvsignore
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/.cvsignore?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/debian/.cvsignore?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: .cvsignore
  ===================================================================
  files
  monthly-report
  
  
  



More information about the Tokyodebian-commits mailing list