Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
coils
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Med
coils
Commits
83773ecf
Commit
83773ecf
authored
6 years ago
by
Liubov Chuprikova
Browse files
Options
Downloads
Patches
Plain Diff
Added autopkgtest
parent
4ea28141
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+9
-0
9 additions, 0 deletions
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
debian/tests/control
+3
-0
3 additions, 0 deletions
debian/tests/control
debian/tests/run-init-test
+15
-0
15 additions, 0 deletions
debian/tests/run-init-test
with
28 additions
and
1 deletion
debian/changelog
+
9
−
0
View file @
83773ecf
coils (2002-6) UNRELEASED; urgency=low
* Team upload.
* Fixed typo in override_dh_clean
* Fix "Please provide autopkgtest" autopkgtest added
(Closes: #890786)
-- Liubov Chuprikova <chuprikovalv@gmail.com> Tue, 13 Mar 2018 12:22:29 +0000
coils (2002-5) unstable; urgency=low
[ Steffen Moeller ]
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
83773ecf
...
...
@@ -15,7 +15,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_build
:
$(
CC
)
$(
CFLAGS
)
-I
.
-o
ncoils ncoils.c read_matrix.c
-lm
-D__PKGDATADIR__
=
\"
/usr/share/ncoils
\"
$(
LDFLAGS
)
overri
c
e_dh_clean
:
overri
d
e_dh_clean
:
dh_clean ncoils ncoils.1 coils-wrap.1
override_dh_install
:
...
...
This diff is collapsed.
Click to expand it.
debian/tests/control
0 → 100644
+
3
−
0
View file @
83773ecf
Tests: run-init-test
Depends: @
Restrictions: allow-stderr
This diff is collapsed.
Click to expand it.
debian/tests/run-init-test
0 → 100644
+
15
−
0
View file @
83773ecf
#!/bin/bash
set
-e
pkg
=
"ncoils"
if
[
"
$AUTOPKGTEST_TMP
"
=
""
]
;
then
AUTOPKGTEST_TMP
=
$(
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
)
trap
"rm -rf
$AUTOPKGTEST_TMP
"
0 INT QUIT ABRT PIPE TERM
fi
cp
-a
/usr/share/doc/
${
pkg
}
/1srya.fa
$AUTOPKGTEST_TMP
cd
$AUTOPKGTEST_TMP
/usr/bin/ncoils
-f
< 1srya.fa
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment