Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
494caff1
Commit
494caff1
authored
May 25, 2011
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reworked Debian packaging
parent
e0dde1bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
control
debian/control
+1
-0
rules
debian/rules
+7
-5
No files found.
debian/control
View file @
494caff1
...
...
@@ -3,6 +3,7 @@ Section: python
Priority: optional
Maintainer: Dan Pascu <dan@ag-projects.com>
Uploaders: Adrian Georgescu <ag@ag-projects.com>, Lucian Stanescu <luci@ag-projects.com>, Saul Ibarra <saul@ag-projects.com>
Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.5), python-support
Standards-Version: 3.9.2
Homepage: http://icanblink.com
...
...
debian/rules
View file @
494caff1
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pysupport
#export DH_VERBOSE=1
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/debhelper.mk
%:
dh $@
clean::
-rm -rf dist MANIFEST
override_dh_clean:
dh_clean
rm -rf build dist MANIFEST
.PHONY: override_dh_clean
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment