Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
3e0f6dce
Commit
3e0f6dce
authored
Feb 16, 2015
by
Jérôme Ortais
Browse files
Modification de la gestion des paquets.
parent
78a8df14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3e0f6dce
...
...
@@ -165,21 +165,13 @@ deb: min
cd
$(BUILDIR)
&&
debuild clean
$(OUT)
cd
$(BUILDIR)
&&
debuild
-kB39EE5B6
$(OUT)
||
exit
0
mkdir
-p
$(DIST)
mv
$(BUILD)
/pyromaths_
$(VERSION)
-
*
_all.deb
$(DIST)
cp
$(BUILD)
/pyromaths_
$(VERSION)
-
*
_all.deb
$(DIST)
repo
:
deb
#
Cre
ate
DEB
repository
#
upd
ate
apt
repository
$(clean)
mkdir
-p
$(BUILDIR)
/dists
cp
$(DIST)
/pyromaths_
$(VERSION)
*
.deb
$(BUILDIR)
/dists
cd
$(BUILDIR)
&&
\
sudo
dpkg-scanpackages
.
/dev/null
>
Packages
&&
\
sudo
dpkg-scanpackages
.
/dev/null |
gzip
-c9
>
Packages.gz
&&
\
sudo
dpkg-scanpackages
.
/dev/null | bzip2
-c9
>
Packages.bz2
&&
\
apt-ftparchive release
.
>
/tmp/Release.tmp
&&
\
mv
/tmp/Release.tmp Release
&&
\
gpg
--default-key
"Jérôme Ortais"
-bao
Release.gpg Release
&&
\
tar
vjcf
$(DIST)
/debs-
$(VERSION)
.tar.bz2 dists/ Packages Packages.gz Packages.bz2 Release Release.gpg
cd
$(BUILD)
dput
-l
pyromaths_
$(VERSION)
-1_amd64
.changes
data/%.qm
:
data/%.ts
# Translate new/updated language files
...
...
debian/control
View file @
3e0f6dce
Source: pyromaths
Section: math
Distribution: unstable
Section: contrib/math
Priority: optional
Maintainer: Jérôme Ortais <jerome.ortais@pyromaths.org>
Build-Depends: debhelper (>= 7), python
...
...
@@ -10,7 +11,7 @@ Homepage: http://www.pyromaths.org/
Package: pyromaths
Architecture: all
Depends: ${python:Depends}, python-qt4, python-lxml, texlive-pstricks, texlive-latex-base, texlive-latex-extra, texlive-fonts-recommended, texlive-latex-recommended
Depends:
${misc:Depends},
${python:Depends}, python-qt4, python-lxml, texlive-pstricks, texlive-latex-base, texlive-latex-extra, texlive-fonts-recommended, texlive-latex-recommended
, latexmk
Description: Exerciseur de mathématiques créant des fiches LaTeX
Pyromaths est un programme qui a pour but de créer des exercices
type de mathématiques niveau collège et lycée ainsi que leur corrigé. C'est
...
...
Write
Preview
Supports
Markdown
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