Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
OpenEdx
ansible
Commits
21269a84
Commit
21269a84
authored
Apr 23, 2012
by
Henry Graham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian packaging
parent
ec56b302
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
Makefile
+10
-3
packaging/debian/rules
+0
-0
No files found.
Makefile
View file @
21269a84
...
@@ -84,6 +84,9 @@ clean:
...
@@ -84,6 +84,9 @@ clean:
rm
-rf
test
/test_data
rm
-rf
test
/test_data
@
echo
"Cleaning up RPM building stuff"
@
echo
"Cleaning up RPM building stuff"
rm
-rf
MANIFEST rpm-build
rm
-rf
MANIFEST rpm-build
@
echo
"Cleaning up Debian building stuff"
rm
-rf
debian
rm
-rf
deb-build
python
:
python
:
python setup.py build
python setup.py build
...
@@ -126,9 +129,13 @@ rpm: rpmcommon
...
@@ -126,9 +129,13 @@ rpm: rpmcommon
@
echo
" rpm-build/noarch/
$(RPMNVR)
.noarch.rpm"
@
echo
" rpm-build/noarch/
$(RPMNVR)
.noarch.rpm"
@
echo
"#############################################"
@
echo
"#############################################"
debian
:
debian
:
sdist
# stub target, FIXME!
deb
:
debian
(
cd
packaging/debian
;
dpkg-buildpackage
-us
-uc
-rfakeroot
)
cp
-r
packaging/debian ./
chmod 755 debian/rules
fakeroot debian/rules clean
fakeroot dh_install
fakeroot debian/rules binary
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
packaging/debian/rules
100644 → 100755
View file @
21269a84
File mode changed from 100644 to 100755
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