We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4d01e commit 76eaf3dCopy full SHA for 76eaf3d
changelog
@@ -1,8 +1,8 @@
1
-gitlab (5.0.0-1) unstable; urgency=low
+gitlab (5.0.0-1pre) unstable; urgency=l5w
2
3
* Initial GitLab build
4
* Package testet under Debian Squeeze
5
- * Package based on GitLab-Version 5.0.0pre (a29c883) from Mar 10, 2013
6
- * Package include gitlab-shell Version 1.0.4 (238fd9b) from Mar 11, 2013
+ * Package based on GitLab-Version 5.0.0pre (d2b882f) from Mar 14, 2013
+ * Package include gitlab-shell Version 1.1.0 (e8d93d0) from Mar 12, 2013
7
8
- -- Daniel Baeurer <[email protected]> Wed, 11 Mar 2013 11:02:22 +0100
+ -- Daniel Baeurer <[email protected]> Wed, 15 Mar 2013 19:26:16 +0100
control
@@ -4,7 +4,8 @@ Priority: optional
Maintainer: Daniel Baeurer <[email protected]>
Build-Depends: debhelper (>= 7.0.50~), build-essential, git, bundler,
ruby (>= 1.9.3.194-1), ruby-dev (>= 1.9.3.194-1), libruby (>= 1.9.3.194-1),
- libicu-dev, libmysqlclient-dev, libpq-dev
+ libicu-dev, libmagic-dev, libmysqlclient-dev, libpq-dev, autoconf, automake,
+ quilt
9
Standards-Version: 3.9.3
10
Homepage: http://gitlabhq.com/
11
@@ -13,7 +14,7 @@ Architecture: all
13
14
Pre-Depends: adduser
15
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby (>= 1.9.3.194-1), git, sudo,
16
postfix | mail-transport-agent, python-pygments, libpython2.6 | libpython2.7,
- redis-server (>= 2:2.4.0), bundler, dialog, curl
17
+ redis-server (>= 2:2.4.0), bundler, dialog, curl, libmagic1
18
Description: Self hosted Git management software
19
GitLab allows you to
20
* keep your code secure on your own server
rules
@@ -3,7 +3,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with quilt
override_dh_installinit:
dh_installinit -pgitlab --name gitlab
0 commit comments