* Fixed packaging.
git-svn-id: svn://svn.zoy.org/elk/trunk@75 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
		
							parent
							
								
									a9456ffcc1
								
							
						
					
					
						commit
						276a623302
					
				| 
						 | 
					@ -1,8 +1,9 @@
 | 
				
			||||||
elk (3.99.0-1) unstable; urgency=low
 | 
					elk (3.99.0-1) unstable; urgency=low
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * Pending release.
 | 
					  * New release.
 | 
				
			||||||
 | 
					  * elk is now split into the library and the interpreter.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 21 Aug 2003 12:55:31 +0200
 | 
					 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed,  3 Sep 2003 01:38:09 +0200
 | 
				
			||||||
 | 
					
 | 
				
			||||||
elk (3.0-16) unstable; urgency=low
 | 
					elk (3.0-16) unstable; urgency=low
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,12 +10,15 @@ Architecture: any
 | 
				
			||||||
Section: interpreters
 | 
					Section: interpreters
 | 
				
			||||||
Depends: ${shlibs:Depends}
 | 
					Depends: ${shlibs:Depends}
 | 
				
			||||||
Conflicts: pact (<= 980714-1)
 | 
					Conflicts: pact (<= 980714-1)
 | 
				
			||||||
Description: the Elk Scheme interpreted
 | 
					Description: the Elk Scheme interpreter
 | 
				
			||||||
 Elk is an implementation of the Scheme programming language, designed
 | 
					 Elk is an implementation of the Scheme programming language, designed
 | 
				
			||||||
 specifically as an embeddable, reusable extension language subsystem for
 | 
					 specifically as an embeddable, reusable extension language subsystem for
 | 
				
			||||||
 applications written in C or C++.
 | 
					 applications written in C or C++.
 | 
				
			||||||
 .
 | 
					 .
 | 
				
			||||||
 This package contains the Elk Scheme interpreter.
 | 
					 This package contains the Elk Scheme interpreter, as well as several plugins
 | 
				
			||||||
 | 
					 shipped with Elk. They provide hooks for Unix system calls, the X Window
 | 
				
			||||||
 | 
					 System, as well as the X Athena Widgets and the Motif toolkits. Example
 | 
				
			||||||
 | 
					 scripts on how to use these plugins are provided in the elkdoc package.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Package: libelk0
 | 
					Package: libelk0
 | 
				
			||||||
Architecture: any
 | 
					Architecture: any
 | 
				
			||||||
| 
						 | 
					@ -28,10 +31,7 @@ Description: implementation of Scheme (the Extension Language Kit)
 | 
				
			||||||
 specifically as an embeddable, reusable extension language subsystem for
 | 
					 specifically as an embeddable, reusable extension language subsystem for
 | 
				
			||||||
 applications written in C or C++.
 | 
					 applications written in C or C++.
 | 
				
			||||||
 .
 | 
					 .
 | 
				
			||||||
 This package contains the libelk0 runtime library, as well as several plugins
 | 
					 This package contains the libelk0 runtime library.
 | 
				
			||||||
 shipped with Elk. They provide hooks for Unix system calls, the X Window
 | 
					 | 
				
			||||||
 System, as well as the X Athena Widgets and the Motif toolkits. Example
 | 
					 | 
				
			||||||
 scripts on how to use these plugins are provided in the elkdoc package.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Package: libelk0-dev
 | 
					Package: libelk0-dev
 | 
				
			||||||
Architecture: any
 | 
					Architecture: any
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -67,6 +67,8 @@ binary-indep: build install
 | 
				
			||||||
	dh_testroot
 | 
						dh_testroot
 | 
				
			||||||
#	dh_installdebconf
 | 
					#	dh_installdebconf
 | 
				
			||||||
	dh_installdocs
 | 
						dh_installdocs
 | 
				
			||||||
 | 
						rm -Rf `find $(CURDIR)/debian/elkdoc/usr/share/doc/elkdoc/ -type d -name .svn`
 | 
				
			||||||
 | 
						rm -f `find $(CURDIR)/debian/elkdoc/usr/share/doc/elkdoc/ -type f -name 'Makefile*'`
 | 
				
			||||||
#	dh_installexamples
 | 
					#	dh_installexamples
 | 
				
			||||||
#	dh_installmenu
 | 
					#	dh_installmenu
 | 
				
			||||||
#	dh_installemacsen
 | 
					#	dh_installemacsen
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue