dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/debian changelog,NONE,1.1 control,NON


From: Andrew Mitchell <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/debian changelog,NONE,1.1 control,NONE,1.1 copyright,NONE,1.1 dirs,NONE,1.1 docs,NONE,1.1 files,NONE,1.1 info,NONE,1.1 pnet-runtime.dirs,NONE,1.1 pnet-runtime.files,NONE,1.1 rules,NONE,1.1 watch,NONE,1.1
Date: Fri, 22 Nov 2002 02:14:46 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/debian
In directory subversions:/tmp/cvs-serv13086

Added Files:
        changelog control copyright dirs docs files info 
        pnet-runtime.dirs pnet-runtime.files rules watch 
Log Message:
Added debian packaging scripts



--- NEW FILE ---
pnet-runtime (0.4.8-1) unstable; urgency=low

  * Build to sync with pnet version number

 -- Andrew Mitchell <address@hidden>  Fri, 22 Nov 2002 20:11:28 +1300

pnet-runtime (0.4.5.20021105-2) unstable; urgency=low

  * CVS Snapshot

 -- Andrew Mitchell <address@hidden>  Tue,  5 Nov 2002 15:18:52 +1300

pnet-runtime (0.4.5.20021104-1) unstable; urgency=low
  
  * Initial release built from pnetlib

 -- Andrew Mitchell <address@hidden>  Mon,  4 Nov 2002 09:56:58 +1300


--- NEW FILE ---
Source: pnet-runtime
Section: devel
Priority: optional
Maintainer: Andrew Mitchell <address@hidden>
Build-Depends: debhelper (>= 4.0.0), pnet-compiler
Standards-Version: 3.5.6.1

Package: pnet-runtime
Architecture: any
Depends: ${shlibs:Depends}
Description: DotGNU C# runtime libraries
 A set of C# class libraries built to support the DotGNU Portable.NET 
 interpreter. These are required for running most C# programs.


--- NEW FILE ---
This package was debianized by Andrew Mitchell <address@hidden> on
Fri, 19 Oct 2001 18:39:43 +1300.

It was downloaded from http://www.southern-storm.com.au/

Upstream Author: Southern Storm Software, Pty Ltd <address@hidden>

Copyright:
treecc is distributed under the terms of the GNU GPL:
/usr/share/common-licenses/GPL


--- NEW FILE ---
usr/bin
usr/sbin

--- NEW FILE ---
NEWS
README

--- NEW FILE ---
pnet-runtime_0.3.1.20021122-1_i386.deb devel optional

--- NEW FILE ---
doc/treecc.info
doc/treecc.info-1
doc/treecc.info-2

--- NEW FILE ---
usr/lib/cscc/lib

--- NEW FILE ---
usr/lib/cscc/lib/I18N.CJK.dll
usr/lib/cscc/lib/System.dll
usr/lib/cscc/lib/I18N.Other.dll
usr/lib/cscc/lib/I18N.MidEast.dll
usr/lib/cscc/lib/I18N.West.dll
usr/lib/cscc/lib/mscorlib.dll
usr/lib/cscc/lib/I18N-handlers.def
usr/lib/cscc/lib/I18N.Rare.dll
usr/lib/cscc/lib/System.Xml.dll
usr/lib/cscc/lib/I18N.dll
usr/lib/cscc/lib/pnetlib.here

--- NEW FILE ---
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatability version to use.
export DH_COMPAT=4

configure: configure-stamp
configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
        ./configure --prefix=/usr 
        touch configure-stamp

build: configure-stamp build-stamp
build-stamp:
        dh_testdir

        # Add here commands to compile the package.
        $(MAKE)

        touch build-stamp

clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp

        # Add here commands to clean up after the build process.
        -$(MAKE) distclean

        dh_clean

install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs

        # Add here commands to install the package into debian/pnet-runtime.
        $(MAKE) install DESTDIR=$(CURDIR)/debian/pnet-runtime


# 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_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

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure

--- NEW FILE ---
# Example watch control file for uscan
# Rename this file to "watch" and then you can run the "uscan" command
# to check for upstream updates and more.
# Site          Directory               Pattern                 Version Script
sunsite.unc.edu /pub/Linux/Incoming     treecc-(.*)\.tar\.gz    debian  uupdate





reply via email to

[Prev in Thread] Current Thread [Next in Thread]