We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0735e45 + e3ab441 commit 5ba07bcCopy full SHA for 5ba07bc
Makefile
@@ -1,7 +1,8 @@
1
BUILD_DIR = build
2
DESCRIPTION = CS50 Library for Python
3
MAINTAINER = CS50 <sysadmins@cs50.harvard.edu>
4
-NAME = lib50-python
+NAME = python-cs50
5
+OLD_NAME = lib50-python
6
VERSION = 1.2.4
7
8
.PHONY: bash
@@ -30,9 +31,12 @@ deb: build
30
31
-t deb \
32
-v "$(VERSION)" \
33
--after-install after-install.sh \
34
+ --conflicts "$(NAME) (<< $(VERSION)), $(OLD_NAME)" \
35
--deb-no-default-config-files \
36
--depends python \
37
--depends python3 \
38
--description "$(DESCRIPTION)" \
39
+ --replaces "$(NAME) (<= $(VERSION)), $(OLD_NAME)" \
40
--provides "$(NAME)" \
41
+ --provides "$(OLD_NAME)" \
42
usr
0 commit comments