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

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

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


From: Andrew Mitchell <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc/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 rules,NONE,1.1 treecc.postinst.debhelper,NONE,1.1 treecc.prerm.debhelper,NONE,1.1 treecc.substvars,NONE,1.1 watch,NONE,1.1
Date: Wed, 20 Nov 2002 02:28:37 -0500

Update of /cvsroot/dotgnu-pnet/treecc/debian
In directory subversions:/tmp/cvs-serv21610

Added Files:
        changelog control copyright dirs docs files info rules 
        treecc.postinst.debhelper treecc.prerm.debhelper 
        treecc.substvars watch 
Log Message:
Finally adding debian packaging

--- NEW FILE ---
treecc (0.1.2-1) unstable; urgency=low

  * New upstream release

 -- Andrew Mitchell <address@hidden>  Sat, 29 Jun 2002 18:01:14 +1200

treecc (0.1.0-2) unstable; urgency=low

  * Fixed some packaging bugs

 -- Andrew Mitchell <address@hidden>  Sun, 21 Apr 2002 10:37:30 +1300

treecc (0.1.0-1) unstable; urgency=low

  * New upstream release

 -- Andrew Mitchell <address@hidden>  Sat, 20 Apr 2002 18:01:30 +1300

treecc (0.0.6-1) unstable; urgency=low

  * New upstream release

 -- Andrew Mitchell <address@hidden>  Fri, 18 Jan 2002 18:01:30 +1300
treecc (0.0.4-1) unstable; urgency=low

  * Initial Release.

 -- Andrew Mitchell <address@hidden>  Wed, 05 Dec 2001 18:39:43 +1300



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

Package: treecc
Architecture: any
Depends: ${shlibs:Depends}
Description: Manages code generation for compiler development
 The treecc program is designed to assist in the development of compilers
 and other language-based tools.  It manages the generation of code to handle
 abstract syntax trees and operations upon the trees.

--- 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 ---
treecc_0.1.2-1_i386.deb devel optional

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

--- 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 --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info

        touch configure-stamp

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

        # Add here commands to compile the package.
        $(MAKE)
        #/usr/bin/docbook-to-man debian/treecc.sgml > treecc.1

        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/treecc.
        $(MAKE) install DESTDIR=$(CURDIR)/debian/treecc


# 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 ---
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
        if [ -d /usr/doc ] && [ ! -e /usr/doc/treecc ] && [ -d 
/usr/share/doc/treecc ]; then
                ln -sf ../share/doc/treecc /usr/doc/treecc
        fi
fi
# End automatically added section

--- NEW FILE ---
# Automatically added by dh_installdocs
if [ "$1" = "upgrade" ] || [ "$1" = "remove" ] && [ -L /usr/doc/treecc ]
then
        rm -f /usr/doc/treecc
fi
# End automatically added section

--- NEW FILE ---
shlibs:Depends=libc6 (>= 2.2.4-4)

--- 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]