Skip to content

Commit 5ba07bc

Browse files
authoredJan 20, 2017
Merge pull request #4 from kzidane/renaming
renames lib50-python to python-cs50
2 parents 0735e45 + e3ab441 commit 5ba07bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
BUILD_DIR = build
22
DESCRIPTION = CS50 Library for Python
33
MAINTAINER = CS50 <sysadmins@cs50.harvard.edu>
4-
NAME = lib50-python
4+
NAME = python-cs50
5+
OLD_NAME = lib50-python
56
VERSION = 1.2.4
67

78
.PHONY: bash
@@ -30,9 +31,12 @@ deb: build
3031
-t deb \
3132
-v "$(VERSION)" \
3233
--after-install after-install.sh \
34+
--conflicts "$(NAME) (<< $(VERSION)), $(OLD_NAME)" \
3335
--deb-no-default-config-files \
3436
--depends python \
3537
--depends python3 \
3638
--description "$(DESCRIPTION)" \
39+
--replaces "$(NAME) (<= $(VERSION)), $(OLD_NAME)" \
3740
--provides "$(NAME)" \
41+
--provides "$(OLD_NAME)" \
3842
usr

0 commit comments

Comments
 (0)
Please sign in to comment.