Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
snf-image-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
snf-image-creator
Commits
e4ae3d35
Commit
e4ae3d35
authored
Jun 05, 2013
by
Nikos Skalkotos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update debian file for version 0.3-1
parent
af835dc3
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
9 deletions
+25
-9
debian/changelog
debian/changelog
+6
-0
debian/control
debian/control
+7
-4
debian/copyright
debian/copyright
+1
-3
debian/docs
debian/docs
+3
-2
debian/rules
debian/rules
+8
-0
No files found.
debian/changelog
View file @
e4ae3d35
snf-image-creator (0.3-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Wed, 05 Jun 2013 13:02:34 +0300
snf-image-creator (0.1.0-1) stable; urgency=low
* New upstream version
...
...
debian/control
View file @
e4ae3d35
...
...
@@ -2,15 +2,18 @@ Source: snf-image-creator
Section: python
Priority: optional
Maintainer: Nikos Skalkotos <skalkoto@grnet.gr>
Build-Depends: debhelper (>= 8), python-all (>= 2.5)
Standards-Version: 3.9.2
XSBC-Original-Maintainer: Nikos Skalkotos <skalkoto@grnet.gr>
Build-Depends: debhelper (>= 8), python-all (>= 2.5), python-setuptools,
python-sphinx
Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Homepage: https://code.grnet.gr/projects/snf-image-creator
Package: snf-image-creator
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-progress (>=1.0.2), python-ansicolors, python-dialog, kamaki, python-guestfs, python-sendfile
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}, python-progress (>=1.0.2),
python-setuptools, python-ansicolors, python-dialog, kamaki(>=0.8),
python-guestfs, python-sendfile, python-parted, rsync, libguestfs-tools
Description: Synnefo Image Creator
snf-image-creator is a command line tool for creating OS images to be used
with synnefo.
...
...
debian/copyright
View file @
e4ae3d35
...
...
@@ -5,9 +5,7 @@ Source: https://code.grnet.gr/projects/snf-image-creator
Files: *
Copyright: Copyright (C) 2011, 2012 GRNET S.A.
Licence: BSD-2-clause
Licence: BSD-2-clause
License: BSD-2-clause
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
...
...
debian/docs
View file @
e4ae3d35
docs/*.rst
docs/snapshots/*
docs/_build/html
AUTHORS
README
debian/rules
View file @
e4ae3d35
...
...
@@ -3,3 +3,11 @@
%:
dh $@ --with python2
override_dh_auto_build:
cd docs && make html && make man && rm -rf _build/html/man && rm -rf _build/doctrees
override_dh_installman:
dh_installman docs/_build/man/*.1
override_dh_installchangelogs:
dh_installchangelogs ChangeLog
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