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

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

[Dotgnu-pnet-commits] CVS: pnet/debian pnet-compiler.postinst,NONE,1.1 p


From: Andrew Mitchell <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/debian pnet-compiler.postinst,NONE,1.1 pnet-compiler.prerm,NONE,1.1 pnet-interpreter.dirs,NONE,1.1 changelog,1.4,1.5 control,1.3,1.4 copyright,1.1,1.2 pnet-compiler.files,1.1,1.2 pnet-compiler.manpages,1.1,1.2 pnet-dev.files,1.1,1.2 pnet-interpreter.files,1.1,1.2 pnet-interpreter.postinst,1.1,1.2 rules,1.2,1.3 ilalink.1,1.1,NONE ildb.1,1.1,NONE init.d.ex,1.1,NONE manpage.1.ex,1.1,NONE pnet-dev.postinst.debhelper,1.1,NONE pnet-dev.prerm.debhelper,1.1,NONE pnet.postinst.debhelper,1.1,NONE pnet.prerm.debhelper,1.1,NONE
Date: Sun, 23 Mar 2003 00:25:16 -0500

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

Modified Files:
        changelog control copyright pnet-compiler.files 
        pnet-compiler.manpages pnet-dev.files pnet-interpreter.files 
        pnet-interpreter.postinst rules 
Added Files:
        pnet-compiler.postinst pnet-compiler.prerm 
        pnet-interpreter.dirs 
Removed Files:
        ilalink.1 ildb.1 init.d.ex manpage.1.ex 
        pnet-dev.postinst.debhelper pnet-dev.prerm.debhelper 
        pnet.postinst.debhelper pnet.prerm.debhelper 
Log Message:
Clean up some debian packaging again in preparation for upcoming release




--- NEW FILE ---
#!/bin/sh

update-alternatives --install /usr/bin/ilasm ilasm /usr/bin/ilasm.pnet 30 
--slave /usr/share/man/man1/ilasm.1.gz ilasm.1.gz 
/ilasm/share/man/man1/ilasm.pnet.1.gz

#DEBHELPER#


--- NEW FILE ---
#!/bin/sh

update-alternatives --remove ilasm /usr/bin/ilasm.pnet

#DEBHELPER#
--- NEW FILE ---
usr/bin
usr/lib/pnet


Index: changelog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/changelog,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** changelog   23 Nov 2002 06:31:55 -0000      1.4
--- changelog   23 Mar 2003 05:25:14 -0000      1.5
***************
*** 1,2 ****
--- 1,8 ----
+ pnet (0.5.2) unstable; urgency=low
+ 
+   * New upstream release
+ 
+  -- Andrew Mitchell <address@hidden>  Sun, 9 Feb 2003 17:14:41 +1300
+ 
  pnet (0.4.8-1) unstable; urgency=low
  

Index: control
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** control     23 Nov 2002 06:38:20 -0000      1.3
--- control     23 Mar 2003 05:25:14 -0000      1.4
***************
*** 3,7 ****
  Priority: optional
  Maintainer: Andrew Mitchell <address@hidden>
! Build-Depends: debhelper (>= 3.0.0), treecc (>= 0.1.0), libreadline4-dev, 
flex, bison
  Standards-Version: 3.5.6.1
  
--- 3,7 ----
  Priority: optional
  Maintainer: Andrew Mitchell <address@hidden>
! Build-Depends: debhelper (>= 3.0.0), treecc (>= 0.2.0), libreadline4-dev, 
flex, bison
  Standards-Version: 3.5.6.1
  
***************
*** 9,14 ****
  Architecture: any
  Depends:  pnet-compiler (= ${Source-Version}), pnet-interpreter (= 
${Source-Version})
- Conflicts: pnet (<< ${Source-Version})
- Replaces: pnet (<< ${Source-Version})
  Description: DotGNU C# compiler, runtime, (dis)assembler 
   The goal of this DotGNU project is to build a suite of free software
--- 9,12 ----
***************
*** 20,25 ****
  Depends: ${shlibs:Depends}
  Provides: c-sharp-compiler
- Conflicts: pnet (<< ${Source-Version})
- Replaces: pnet (<< ${Source-Version})
  Description: DotGNU Portable.NET C# compiler & tools
   The goal of this DotGNU project is to build a suite of free software
--- 18,21 ----
***************
*** 30,48 ****
  Package: pnet-interpreter
  Architecture: any
! Depends: ${shlibs:Depends}, pnet-runtime (>= 0.4.8) 
  Provides: cli-virtual-machine
- Conflicts: pnet (<< ${Source-Version})
- Replaces: pnet (<< ${Source-Version})
  Description: DotGNU C# compiler, runtime, (dis)assembler
   The DotGNU Portable.NET interpreter
- 
- Package: pnet-runtime
- Architecture: any
- Depends: ${shlibs:Depends}
- Provides: cli-runtime
- Conflicts: pnet (<< ${Source-Version})
- 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.
  
  Package: pnet-dev
--- 26,33 ----
  Package: pnet-interpreter
  Architecture: any
! Depends: ${shlibs:Depends}, pnet-runtime (>= 0.5.1) 
  Provides: cli-virtual-machine
  Description: DotGNU C# compiler, runtime, (dis)assembler
   The DotGNU Portable.NET interpreter
  
  Package: pnet-dev

Index: copyright
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/copyright,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** copyright   24 May 2002 06:03:42 -0000      1.1
--- copyright   23 Mar 2003 05:25:14 -0000      1.2
***************
*** 4,8 ****
  It was downloaded from http://www.southern-storm.com.au/portable_net.html
  
! Upstream Author(s): Southern Storm Software, Pty Ltd.
  
  Copyright:
--- 4,8 ----
  It was downloaded from http://www.southern-storm.com.au/portable_net.html
  
! Upstream Author: Southern Storm Software, Pty Ltd.
  
  Copyright:

Index: pnet-compiler.files
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/pnet-compiler.files,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pnet-compiler.files 25 Jul 2002 03:37:47 -0000      1.1
--- pnet-compiler.files 23 Mar 2003 05:25:14 -0000      1.2
***************
*** 1,3 ****
--- 1,4 ----
  usr/bin/cscc
+ usr/bin/al
  usr/bin/ildb
  usr/bin/csant
***************
*** 6,10 ****
  usr/bin/csdoc2hier
  usr/bin/csdoc2texi
! usr/bin/ilasm
  usr/bin/ildasm
  usr/bin/ildiff
--- 7,11 ----
  usr/bin/csdoc2hier
  usr/bin/csdoc2texi
! usr/bin/ilasm.pnet
  usr/bin/ildasm
  usr/bin/ildiff
***************
*** 16,28 ****
  usr/bin/ilverify
  usr/bin/ilalink
  usr/lib/cscc/plugins/cscc-cs
  usr/share/man/man1/resgen.1
  usr/share/man/man1/ildasm.1
  usr/share/man/man1/ilfind.1
  usr/share/man/man1/ildd.1
! usr/share/man/man1/ilasm.1
  usr/share/man/man1/ilsize.1
  usr/share/man/man1/ilnative.1
  usr/share/man/man1/ildiff.1
  usr/share/man/man1/cscc.1
  usr/share/man/man1/csdoc*
--- 17,35 ----
  usr/bin/ilverify
  usr/bin/ilalink
+ usr/bin/ilheader
  usr/lib/cscc/plugins/cscc-cs
+ usr/lib/cscc/plugins/cscc-c-s
  usr/share/man/man1/resgen.1
  usr/share/man/man1/ildasm.1
  usr/share/man/man1/ilfind.1
  usr/share/man/man1/ildd.1
! usr/share/man/man1/ildb.1
! usr/share/man/man1/ilasm.pnet.1
! usr/share/man/man1/ilalink.1
! usr/share/man/man1/al.1
  usr/share/man/man1/ilsize.1
  usr/share/man/man1/ilnative.1
  usr/share/man/man1/ildiff.1
+ usr/share/man/man1/ilheader.1
  usr/share/man/man1/cscc.1
  usr/share/man/man1/csdoc*

Index: pnet-compiler.manpages
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/pnet-compiler.manpages,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pnet-compiler.manpages      25 Jul 2002 03:37:47 -0000      1.1
--- pnet-compiler.manpages      23 Mar 2003 05:25:14 -0000      1.2
***************
*** 2,7 ****
  debian/csdoc2stub.1
  debian/csdocvalil.1
- debian/ilalink.1
  debian/ilcheck.1
- debian/ildb.1
  debian/ilverify.1
--- 2,5 ----

Index: pnet-dev.files
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/pnet-dev.files,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pnet-dev.files      24 May 2002 06:03:42 -0000      1.1
--- pnet-dev.files      23 Mar 2003 05:25:14 -0000      1.2
***************
*** 1,3 ****
  usr/lib/lib*.a
  usr/lib/lib*.la
! usr/include/pnet/il*
--- 1,3 ----
  usr/lib/lib*.a
  usr/lib/lib*.la
! usr/include/pnet/*

Index: pnet-interpreter.files
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/pnet-interpreter.files,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pnet-interpreter.files      25 Jul 2002 03:37:47 -0000      1.1
--- pnet-interpreter.files      23 Mar 2003 05:25:14 -0000      1.2
***************
*** 1,4 ****
--- 1,6 ----
  usr/bin/ilrun
  usr/bin/clrwrap
+ usr/lib/pnet/libffi*
+ usr/lib/pnet/libgc*
  usr/share/man/man1/clrwrap.1
  usr/share/man/man1/ilrun.1

Index: pnet-interpreter.postinst
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/pnet-interpreter.postinst,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pnet-interpreter.postinst   25 Jul 2002 03:37:47 -0000      1.1
--- pnet-interpreter.postinst   23 Mar 2003 05:25:14 -0000      1.2
***************
*** 1,5 ****
  #!/bin/sh
  
! update-alternatives --install /usr/bin/cli cli /usr/bin/ilrun 14 --slave 
/usr/share/man/man1/cli.1.gz cli.1.gz /usr/share/man/man1/ilrun.1.gz
  
  #DEBHELPER#
--- 1,5 ----
  #!/bin/sh
  
! update-alternatives --install /usr/bin/cli cli /usr/bin/ilrun 4 --slave 
/usr/share/man/man1/cli.1.gz cli.1.gz /usr/share/man/man1/ilrun.1.gz
  
  #DEBHELPER#

Index: rules
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** rules       25 Jul 2002 03:37:47 -0000      1.2
--- rules       23 Mar 2003 05:25:14 -0000      1.3
***************
*** 50,56 ****
        # Add here commands to install the package into debian/pnet.
        $(MAKE) install DESTDIR=$(CURDIR)/debian/pnet
!       #cp -a samples/System $(CURDIR)/debian/pnet/usr/share/doc/pnet
        dh_movefiles --sourcedir=debian/pnet
  
  binary-indep: build install
        dh_testdir -i
--- 50,60 ----
        # Add here commands to install the package into debian/pnet.
        $(MAKE) install DESTDIR=$(CURDIR)/debian/pnet
!       ln -sf ilalink.1 $(CURDIR)/debian/pnet/usr/share/man/man1/al.1 
!       mv debian/pnet/usr/bin/ilasm debian/pnet/usr/bin/ilasm.pnet
!       mv debian/pnet/usr/share/man/man1/ilasm.1 \
!       debian/pnet/usr/share/man/man1/ilasm.pnet.1 
        dh_movefiles --sourcedir=debian/pnet
  
+ 
  binary-indep: build install
        dh_testdir -i
***************
*** 82,86 ****
        dh_makeshlibs -a
        dh_installdeb -a
!       dh_shlibdeps -a
        dh_gencontrol -a
        dh_md5sums -a
--- 86,90 ----
        dh_makeshlibs -a
        dh_installdeb -a
!       dh_shlibdeps -a -X libreadline4
        dh_gencontrol -a
        dh_md5sums -a

--- ilalink.1 DELETED ---

--- ildb.1 DELETED ---

--- init.d.ex DELETED ---

--- manpage.1.ex DELETED ---

--- pnet-dev.postinst.debhelper DELETED ---

--- pnet-dev.prerm.debhelper DELETED ---

--- pnet.postinst.debhelper DELETED ---

--- pnet.prerm.debhelper DELETED ---





reply via email to

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