Cosmetics : remove spaces at the end of lines and correct lines with more than 80 chars
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1643 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -39,7 +39,7 @@ domframework (0.4-1) testing; urgency=low
|
||||
|
||||
domframework (0.3-1) testing; urgency=low
|
||||
* dbLayer : Create a operationnal list table for sqlite/mysql/pgsql
|
||||
* authorization model
|
||||
* authorization model
|
||||
-- Dominique Fournier <dominique@fournier38.fr> Fri, 20 Jun 2014 15:18:47 +0100
|
||||
|
||||
domframework (0.2-1) testing; urgency=low
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@@ -12,4 +12,3 @@ Recommends: php5-cli
|
||||
Description: PHP Framework with basic functionnalities
|
||||
The DomFramework allow the developpers to create easily some PHP applications.
|
||||
Provide authentication, abstraction to databases, and much more !
|
||||
|
||||
|
||||
4
debian/rules
vendored
4
debian/rules
vendored
@@ -12,7 +12,7 @@
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
@@ -26,7 +26,7 @@ install: build
|
||||
binary: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs
|
||||
dh_installchangelogs
|
||||
# dh_installdocs
|
||||
# dh_installexamples
|
||||
# dh_install
|
||||
|
||||
2
debian/watch
vendored
2
debian/watch
vendored
@@ -6,7 +6,7 @@
|
||||
# Compulsory line, this is a version 3 file
|
||||
version=3
|
||||
|
||||
# Uncomment to examine a Webpage
|
||||
# Uncomment to examine a Webpage
|
||||
# <Webpage URL> <string match>
|
||||
#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user