We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca475ab commit 6fc1323Copy full SHA for 6fc1323
debian/control
@@ -1,6 +1,6 @@
1
Source: gitflow
2
-Section: unknown
3
-Priority: extra
+Section: vcs
+Priority: optional
4
Maintainer: Kiall Mac Innes <[email protected]>
5
Build-Depends: debhelper (>= 7.0.50~), git
6
Standards-Version: 3.9.1
@@ -9,6 +9,6 @@ Vcs-Git: https://github.com/nvie/gitflow.git
9
Vcs-Browser: https://github.com/nvie/gitflow
10
11
Package: gitflow
12
-Architecture: any
13
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, git
14
Description: Git extensions to provide high-level repository operations for Vincent Driessen's branching model
0 commit comments