Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bacchus-auth, remove pam-bacchus (moved to separate repo) #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bacchus-auth/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bacchus-auth (2022.02-1) buster; urgency=medium

* Move PAM configuration to pam-bacchus 2.0.0

-- Wonwoo Choi <chwo9843@gmail.com> Thu, 24 Feb 2022 21:49:43 +0900
1 change: 1 addition & 0 deletions bacchus-auth/debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11
10 changes: 10 additions & 0 deletions bacchus-auth/debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Source: bacchus-auth
Section: misc
Priority: optional
Maintainer: Bacchus <contact@bacchus.snucse.org>
Standards-Version: 4.1.3

Package: bacchus-auth
Architecture: any
Depends: pam-bacchus (>=2.0.0), nsscache, libnss-cache
Description: Bacchus ID authentication metapackage
14 changes: 5 additions & 9 deletions pam-bacchus/debian/copyright → bacchus-auth/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pam-bacchus
Source: https://github.com/bacchus-snu/pam_bacchus
Upstream-Name: bacchus-auth
Source: https://github.com/bacchus-snu/lab.git

Files: *
Copyright: 2019 Bacchus <contact@bacchus.snucse.org>
License: MIT

Files: debian/*
Copyright: 2019 Bacchus <contact@bacchus.snucse.org>
Copyright: Bacchus <contact@bacchus.snucse.org>
License: MIT

License: MIT
Expand All @@ -25,8 +21,8 @@ License: MIT
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

# Please also look if there are files or directories which have a
Expand Down
25 changes: 25 additions & 0 deletions bacchus-auth/debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1


# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed


%:
dh $@


# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)

File renamed without changes.
Empty file added bacchus-auth/src/.gitkeep
Empty file.
41 changes: 0 additions & 41 deletions pam-bacchus/debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion pam-bacchus/debian/compat

This file was deleted.

11 changes: 0 additions & 11 deletions pam-bacchus/debian/control

This file was deleted.

7 changes: 0 additions & 7 deletions pam-bacchus/debian/pam-bacchus.postinst

This file was deleted.

7 changes: 0 additions & 7 deletions pam-bacchus/debian/pam-bacchus.prerm

This file was deleted.

9 changes: 0 additions & 9 deletions pam-bacchus/debian/pam-configs/bacchus

This file was deleted.

18 changes: 0 additions & 18 deletions pam-bacchus/debian/rules

This file was deleted.

5 changes: 0 additions & 5 deletions pam-bacchus/src/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion pam-bacchus/src/pam_bacchus
Submodule pam_bacchus deleted from 2a84d0