Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
privacyidea
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
Perun
Perun ProxyIdP
privacyidea
Commits
eb0d1458
Commit
eb0d1458
authored
10 years ago
by
Cornelius Kölbel
Browse files
Options
Downloads
Patches
Plain Diff
Need to increase the version number, since we
had changes outside of the debian directory
parent
2fd8f744
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
debian/changelog
+2
-2
2 additions, 2 deletions
debian/changelog
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
Makefile
+
1
−
1
View file @
eb0d1458
...
@@ -8,7 +8,7 @@ info:
...
@@ -8,7 +8,7 @@ info:
@
echo
"make builddeb - build .deb file locally on ubuntu 14.04!"
@
echo
"make builddeb - build .deb file locally on ubuntu 14.04!"
@
echo
"make ppa-dev - upload to launchpad development repo"
@
echo
"make ppa-dev - upload to launchpad development repo"
VERSION
=
1.2.
2
VERSION
=
1.2.
3
translate
:
translate
:
# according to http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/i18n.html#using-babel
# according to http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/i18n.html#using-babel
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
2
−
2
View file @
eb0d1458
privacyidea (1.2.
2-2
) trusty; urgency=low
privacyidea (1.2.
3-1
) trusty; urgency=low
* Fixed the removed run-directory
* Fixed the removed run-directory
-- Cornelius Kölbel <cornelius@privacyidea.org> Thu, 31 Jul 2014
0
9:
01
:00 +0200
-- Cornelius Kölbel <cornelius@privacyidea.org> Thu, 31 Jul 2014
1
9:
55
:00 +0200
privacyidea (1.2.2-1) trusty; urgency=low
privacyidea (1.2.2-1) trusty; urgency=low
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
eb0d1458
...
@@ -37,7 +37,7 @@ def get_package():
...
@@ -37,7 +37,7 @@ def get_package():
setup
(
setup
(
name
=
'
privacyIDEA
'
,
name
=
'
privacyIDEA
'
,
version
=
'
1.2.
2
'
,
version
=
'
1.2.
3
'
,
description
=
'
privacyIDEA: identity, multifactor authentication, authorization, audit
'
,
description
=
'
privacyIDEA: identity, multifactor authentication, authorization, audit
'
,
author
=
'
privacyidea.org
'
,
author
=
'
privacyidea.org
'
,
license
=
'
AGPL v3
'
,
license
=
'
AGPL v3
'
,
...
...
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