mirror of
				https://github.com/yweber/lodel2.git
				synced 2025-10-31 03:29:03 +01:00 
			
		
		
		
	Enables debian package creation
with make deb . Next commit will update the README
This commit is contained in:
		
					parent
					
						
							
								747ff25ada
							
						
					
				
			
			
				commit
				
					
						8f48612c82
					
				
			
		
					 24 changed files with 105 additions and 39 deletions
				
			
		
							
								
								
									
										5
									
								
								debian/changelog
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								debian/changelog
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | |||
| lodel2 (0.1) UNRELEASED; urgency=medium | ||||
| 
 | ||||
|   * First debian package | ||||
| 
 | ||||
|  -- Yann Weber <yann.weber@openedition.org>  Fri, 23 Sep 2016 12:09:29 +0200 | ||||
							
								
								
									
										1
									
								
								debian/compat
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/compat
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| 9 | ||||
							
								
								
									
										14
									
								
								debian/control
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								debian/control
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| Source: lodel2 | ||||
| Section: python | ||||
| Priority: optional | ||||
| Maintainer: lodel2 dev team | ||||
| Build-Depends: automake, autotools-dev, make | ||||
| Standards-Version: 0.1.1 | ||||
| 
 | ||||
| Package: lodel2 | ||||
| Section: python | ||||
| Description: lodel2 debian package | ||||
| Architecture: any | ||||
| Depends: python3, python3-lxml, python3-jinja2, python3-werkzeug, python3-pymongo, uwsgi-plugin-python3 | ||||
| Suggests: pwgen, wamerican, mongodb-server | ||||
| Provides: lodel | ||||
							
								
								
									
										20
									
								
								debian/debhelper.log
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								debian/debhelper.log
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| dh_auto_configure | ||||
| dh_auto_build | ||||
| dh_auto_test | ||||
| dh_prep | ||||
| dh_auto_install | ||||
| dh_installdocs | ||||
| dh_installchangelogs | ||||
| dh_pysupport | ||||
| dh_perl | ||||
| dh_link | ||||
| dh_compress | ||||
| dh_fixperms | ||||
| dh_strip | ||||
| dh_makeshlibs | ||||
| dh_shlibdeps | ||||
| dh_installdeb | ||||
| dh_gencontrol | ||||
| dh_md5sums | ||||
| dh_builddeb | ||||
| dh_builddeb | ||||
							
								
								
									
										1
									
								
								debian/files
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/files
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| lodel2_0.1_amd64.deb python optional | ||||
							
								
								
									
										22
									
								
								debian/rules
									
										
									
									
										vendored
									
									
										Executable file
									
								
							
							
						
						
									
										22
									
								
								debian/rules
									
										
									
									
										vendored
									
									
										Executable file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| #!/usr/bin/make -f | ||||
| # consulter debhelper(7) (décommenter lorsque nécessaire) | ||||
| # afficher chaque commande modifiant un fichier dans le système construit | ||||
| #DH_VERBOSE = 1 | ||||
| 
 | ||||
| # consulter EXAMPLES dans dpkg-buildflags(1) et lire /usr/share/dpkg/* | ||||
| DPKG_EXPORT_BUILDFLAGS = 1 | ||||
| include /usr/share/dpkg/default.mk | ||||
| 
 | ||||
| # consulter FEATURE AREAS dans dpkg-buildflags(1) | ||||
| #export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||||
| 
 | ||||
| # consulter ENVIRONMENT dans dpkg-buildflags(1) | ||||
| # mainteneurs de paquet à ajouter à CFLAGS | ||||
| #export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic | ||||
| # mainteneurs de paquet à ajouter à append LDFLAGS | ||||
| #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed | ||||
| 
 | ||||
| # principal script d’empaquetage basé sur la syntaxe de dh7 | ||||
| %: | ||||
| 	dh $@ --with python3 | ||||
| 
 | ||||
							
								
								
									
										1
									
								
								debian/substvars
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/substvars
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| misc:Depends= | ||||
							
								
								
									
										10
									
								
								debian/tmp/DEBIAN/control
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								debian/tmp/DEBIAN/control
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | |||
| Package: lodel2 | ||||
| Version: 0.1 | ||||
| Architecture: amd64 | ||||
| Maintainer: lodel2 dev team | ||||
| Installed-Size: 25 | ||||
| Depends: python3, python3-lxml, python3-jinja2, python3-werkzeug, python3-pymongo, uwsgi-plugin-python3 | ||||
| Suggests: pwgen, wamerican, mongodb-server | ||||
| Provides: lodel | ||||
| Section: python | ||||
| Priority: optional | ||||
							
								
								
									
										1
									
								
								debian/tmp/DEBIAN/md5sums
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/tmp/DEBIAN/md5sums
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| 0377daa43e7232c06b702078dd86b850  usr/share/doc/lodel2/changelog.gz | ||||
							
								
								
									
										
											BIN
										
									
								
								debian/tmp/usr/share/doc/lodel2/changelog.gz
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								debian/tmp/usr/share/doc/lodel2/changelog.gz
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yann
				Yann