Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fresh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
fresh
Commits
452a91b57e43
Commit
452a91b57e43
authored
15 years ago
by
sylvain thenault
Browse files
Options
Downloads
Patches
Plain Diff
0.3
parent
ed46d8983b40
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
__pkginfo__.py
+2
-2
2 additions, 2 deletions
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+7
-5
7 additions, 5 deletions
debian/rules
with
16 additions
and
8 deletions
__pkginfo__.py
+
2
−
2
View file @
452a91b5
...
...
@@ -4,7 +4,7 @@
distname
=
'
cubicweb-fresh
'
modname
=
distname
.
split
(
'
-
'
,
1
)[
1
]
numversion
=
(
0
,
2
,
0
)
numversion
=
(
0
,
3
,
0
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LCL
'
...
...
@@ -8,7 +8,7 @@
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LCL
'
copyright
=
'''
Copyright (c) 2008 LOGILAB S.A. (Paris, FRANCE).
copyright
=
'''
Copyright (c) 2008
-2009
LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr
'''
author
=
'
Logilab
'
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
452a91b5
cubicweb-fresh (0.3.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 13 May 2009 13:25:12 +0200
cubicweb-fresh (0.2.0-1) DISTRIBUTION; urgency=low
* cubification
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
452a91b5
...
...
@@ -11,7 +11,7 @@
Architecture: all
Conflicts: cubicweb-fresh, erudi-fresh-client, erudi-fresh-server, erudi-fresh-comp
Replaces: cubicweb-fresh, erudi-fresh-client, erudi-fresh-server, erudi-fresh-comp
Depends: cubicweb-common (>=
2.99
.0),
Depends: cubicweb-common (>=
3.2
.0),
cubicweb-expense, cubicweb-workcase
Description: expense reporting application
CubicWeb is a entities / relations bases knowledge management system
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
7
−
5
View file @
452a91b5
...
...
@@ -5,8 +5,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: build-stamp
build-stamp:
build-stamp:
dh_testdir
python setup.py -q build
touch build-stamp
...
...
@@ -9,8 +9,8 @@
dh_testdir
python setup.py -q build
touch build-stamp
clean:
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
...
...
@@ -24,6 +24,8 @@
dh_clean -k
dh_installdirs -i
python setup.py -q install --no-compile --prefix=debian/cubicweb-fresh/usr/
# remove generated .egg-info file
rm -rf debian/cubicweb-comment/usr/lib/python*
# Build architecture-independent files here.
...
...
@@ -39,9 +41,9 @@
dh_compress -i -X.py -X.ini -X.xml -Xtest
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
...
...
@@ -43,7 +45,7 @@
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
binary-arch:
binary-arch:
...
...
@@ -49,3 +51,3 @@
binary: binary-indep
binary: binary-indep
.PHONY: build clean binary-arch binary-indep binary
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment